summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.