improves navigation moving links to index on the top header
diff --git a/templates/page.html b/templates/page.html
index de1bf38..8613554 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -13,6 +13,6 @@
   </div>
 </article>
 <footer>
-  <a href="{{ SITEURL }}/" class="button_accent">&larr; Index</a>
+  <a href="{{ SITEURL }}/" class="button_accent">&larr; Back to Index</a>
 </footer>
 {% endblock %}