improves navigation in all pages
diff --git a/templates/index.html b/templates/index.html
index d639cf2..4615f85 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,6 +4,7 @@
   <h3>
     <a href="{{ SITEURL }}">Index</a>
     {% block headnotes %}
+    &#124; <a href="{{ SITEURL }}/archives.html">Archives</a>
     {% endblock headnotes %}
   </h3>
 </header>