summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Feed.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-01-31 15:27:03 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-01-31 15:27:03 +0100
commitd7e9b2f2d71231ecbe761e57ca0023bd266fa566 (patch)
tree17bbab5048f0aafdd99bbbcd8b29a534870e2a3b /src/Hakyll/Web/Feed.hs
parentd1c0ad7c25427980bee482db31678f9ac4958c1c (diff)
downloadhakyll-d7e9b2f2d71231ecbe761e57ca0023bd266fa566.tar.gz
Add a test for renderDateField
Diffstat (limited to 'src/Hakyll/Web/Feed.hs')
-rw-r--r--src/Hakyll/Web/Feed.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Hakyll/Web/Feed.hs b/src/Hakyll/Web/Feed.hs
index 77c97d3..f64bb55 100644
--- a/src/Hakyll/Web/Feed.hs
+++ b/src/Hakyll/Web/Feed.hs
@@ -7,11 +7,11 @@
-- Also note that the pages should have (at least) the following fields to
-- produce a correct feed:
--
--- - @$title@: Title of the item
+-- - @$title$@: Title of the item
--
--- - @$description@: Description to appear in the feed
+-- - @$description$@: Description to appear in the feed
--
--- - @$url@: URL to the item - this is usually set automatically.
+-- - @$url$@: URL to the item - this is usually set automatically.
--
-- In addition, the posts should be named according to the rules for
-- 'Hakyll.Page.Metadata.renderDateField'.