summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Page.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-27 18:02:43 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-27 18:02:43 +0100
commit592845985828f3ee135c309257e9bbcb305be1fa (patch)
tree448833df96e0f708c1a8d4cc3ef62047b645d7e8 /src/Text/Hakyll/Page.hs
parentf06b77bdef3f240249aa549064bd384c0cebed0a (diff)
downloadhakyll-592845985828f3ee135c309257e9bbcb305be1fa.tar.gz
Added createListing, createListingWith functions.
These functions were added to have a simpler and more high-level way to do the common createCustomPage/renderAndConcat combination to create post lists, rss feeds, ...
Diffstat (limited to 'src/Text/Hakyll/Page.hs')
-rw-r--r--src/Text/Hakyll/Page.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll/Page.hs b/src/Text/Hakyll/Page.hs
index 8741cd6..a0d9ed0 100644
--- a/src/Text/Hakyll/Page.hs
+++ b/src/Text/Hakyll/Page.hs
@@ -1,4 +1,4 @@
--- | A module for dealing with "Page"s. This module is mostly internally used.
+-- | A module for dealing with @Page@s. This module is mostly internally used.
module Text.Hakyll.Page
( Page
, fromContext