summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-02-05 17:43:29 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-02-05 17:43:29 -0500
commit073e3a4f11d6987774b44aac1649197dfcacae1b (patch)
treec4946fcf35bd5c8f856bd970dbb7f84fbf911b47 /haunt.scm
parent738527623d6ecacf6a384525e17e56bde7265fc9 (diff)
Add pagination.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index ed2b788..98f6dc1 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -64,7 +64,8 @@ organic gardener, woodworker, and drummer.")
'((author . "David Thompson")
(email . "davet@gnu.org"))
#:readers (list commonmark-reader*)
- #:builders (list (blog #:theme dthompson-theme #:collections %collections)
+ #:builders (list (blog #:theme dthompson-theme #:collections %collections
+ #:posts-per-page 10)
(atom-feed)
(atom-feeds-by-tag)
about-page