diff options
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index 7313632..79d05e4 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -44,7 +44,7 @@ (email . "zerodaysfordays@sdf.lonestar.org")) #:readers (list html-reader-prime) #:builders - (list (atom-feed) + (list (atom-feed #:max-entries 1024) (blog) (blogroll) (htaccess #:error-documents '((404 . "pages/404.html"))) |