improves navigation moving links to index on the top header
diff --git a/templates/index.html b/templates/index.html
index b7e9586..c378d3b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,10 +2,9 @@
{% block content %}
<header>
<h3>
- <a href="{{ SITEURL }}">Index</a>
- {% block headnotes %}
- | <a href="{{ SITEURL }}/archives.html">Archives</a>
- {% endblock headnotes %}
+ {% block header %}
+ Index | <a href="{{ SITEURL }}/archives.html">Archives</a>
+ {% endblock header %}
</h3>
</header>
{% for article in articles_page.object_list %}