diff --git a/templates/_default/base.html b/templates/_default/base.html index ea22c08..fc5d391 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -9,7 +9,7 @@
{% block content %}{% endblock %}
-
+
{% include "partials/footer.html" %}
diff --git a/templates/section.html b/templates/section.html index 0cf4801..e328616 100644 --- a/templates/section.html +++ b/templates/section.html @@ -4,7 +4,7 @@
{{ section.content | safe}} -
+ {% include "partials/page_list.html" %}