inverts newer/older paginator
diff --git a/templates/page.html b/templates/page.html
index f7d6d61..f3638b8 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -11,6 +11,6 @@
   {{ page.content }}
 </article>
 <footer>
-  <a href="{{ SITEURL }}/" class="button_accent">&larr;Index</a>
+  <a href="{{ SITEURL }}/" class="button_accent">&larr; Index</a>
 </footer>
 {% endblock %}