summaryrefslogtreecommitdiff
path: root/haunt/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-05 20:19:57 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-05 20:22:36 -0400
commitf2839a2cbb9b5ea47a75b4e0f2fcb094273644e5 (patch)
tree021e7ad7e3b392f6f3efb1ba6d954cd95b413d99 /haunt/haunt.scm
parent8f7311f7843b5ece8105409604e3817b4e7f1c7d (diff)
Drastically shrink Atom feed by not including full text in-line
Diffstat (limited to 'haunt/haunt.scm')
-rw-r--r--haunt/haunt.scm2
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")))