summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/feedblog/hakyll.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/feedblog/hakyll.hs b/examples/feedblog/hakyll.hs
index 92fd4a8..c8633a9 100644
--- a/examples/feedblog/hakyll.hs
+++ b/examples/feedblog/hakyll.hs
@@ -34,7 +34,6 @@ main = hakyll "http://example.com" $ do
mapM_ (renderChain ["templates/post.html", "templates/default.html"]) postPages
-- Render RSS feed.
- let
renderRss myFeedConfiguration $
map (>>> copyValue "body" "description") (take 3 postPages)