diff options
| -rw-r--r-- | haunt/jakob/utils/pagination.scm | 2 |
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 |