summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c9da4c0..c91cd5a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -65,6 +65,9 @@
{{ end }}
{{ block "main" . }}
{{ end }}
+
+ {{ block "pagination" . }}
+ {{ end }}
{{ block "FOOTER" . }}
</main>