Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 13:14:02 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 13:14:02 +0300
commit81f821095edb87e6b6180a3064b97de3c95605d5 (patch)
tree2d6a2b32b0fda2631829241f3a33528ba4ad2ec7
parent36aba0c11a16c845f598908e6225472b5649d780 (diff)
add: paginate archives
-rw-r--r--layouts/_default/archives.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 914e24a..cdfa54e 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -24,6 +24,7 @@
{{ end }}
</div>
</section>
+ {{ partial "pagination.html" . }}
</div>
</section>
{{ end }}