aboutsummaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze2019-07-23 17:49:40 -0400
committerJakob L. Kreuze2019-07-23 17:49:40 -0400
commit7c24b6569616ee14ef515b91bc4c9fca12a69572 (patch)
treee7ab0d372c618b76c3be0a5982f2012824e787ca /haunt
parentce04c8b5238d61b858d2482c2c4249d382731a47 (diff)
Fix typo
Diffstat (limited to 'haunt')
-rw-r--r--haunt/jakob/utils/pagination.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/jakob/utils/pagination.scm b/haunt/jakob/utils/pagination.scm
index 5560685..a012dd4 100644
--- a/haunt/jakob/utils/pagination.scm
+++ b/haunt/jakob/utils/pagination.scm
@@ -73,7 +73,7 @@ PREVIOUS-PAGE and NEXT-PAGE."
(hyperlink next-page "Next Page 🢩"))))))
(define* (items->pages render-item items base-title base-file-name
- #:key (items-par-page %items-per-page))
+ #:key (items-per-page %items-per-page))
"Return a list of Haunt pages for ITEMS with no more than ITEMS-PER-PAGE items
to a page, with headers containing BASE-TITLE and output file names beginning
with BASE-FILE-NAME. RENDER-ITEM is a procedure returning a SXML rendering of

© 2015 - 2026 Jakob L. Kreuze