summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-01-03 23:56:18 +0100
committerStefan Kreutz <mail@skreutz.com>2022-01-03 23:56:18 +0100
commitfb1dfa24c85d7f6d601bca3fb30d2234c1b19194 (patch)
treeb1209a2e59d5091bfb8d474a6f3a11f30047a0b6 /site.hs
parente254a5635ef014ffc6982a02d41741ea0160cac6 (diff)
downloadblog-fb1dfa24c85d7f6d601bca3fb30d2234c1b19194.tar
Increase number of posts in feeds
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.hs b/site.hs
index 91c2647..6509e4c 100644
--- a/site.hs
+++ b/site.hs
@@ -140,7 +140,7 @@ compileFeed render format = compile $ do
dateField "published" format <>
bodyField "description" <>
postContext
- posts <- fmap (take 10) . recentFirst =<<
+ posts <- fmap (take 100) . recentFirst =<<
loadAllSnapshots "posts/*" "content"
render feedConfiguration feedContext posts
Generated by cgit. See skreutz.com for my tech blog and contact information.