Trim menu, add personal links to landing page

This commit is contained in:
Hazel Snider 2020-09-13 19:57:50 -04:00
parent 7a39751b98
commit 548d6ac370
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
5 changed files with 54 additions and 45 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Index - Hazelnut{% endblock title %}
{% block title %}Welcome - Hazelnut{% endblock title %}
{% block content %}
{{ section.content | safe }}