diff options
| author | Jakob L. Kreuze | 2019-07-23 17:49:40 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-07-23 17:49:40 -0400 |
| commit | 7c24b6569616ee14ef515b91bc4c9fca12a69572 (patch) | |
| tree | e7ab0d372c618b76c3be0a5982f2012824e787ca /haunt | |
| parent | ce04c8b5238d61b858d2482c2c4249d382731a47 (diff) | |
Fix typo
Diffstat (limited to 'haunt')
| -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 |