Changes to pagination
diff --git a/templates/index.html b/templates/index.html
index e2da6ee..d45d083 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -23,5 +23,7 @@
 {% endblock %}
 
 {% block footer %}
+<footer>
 {% include "modules/pagination.html" %}
+</footer>
 {% endblock %}