diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 3 |
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> |