summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Web/Page.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Hakyll/Web/Page.hs b/src/Hakyll/Web/Page.hs
index 6e24153..6c219b4 100644
--- a/src/Hakyll/Web/Page.hs
+++ b/src/Hakyll/Web/Page.hs
@@ -132,13 +132,13 @@ pageCompilerWithFields state options f g =
-- | Add a number of default metadata fields to a page. These fields include:
--
--- * @$url@
+-- * @$url$@
--
--- * @$category@
+-- * @$category$@
--
--- * @$title@
+-- * @$title$@
--
--- * @$path@
+-- * @$path$@
--
addDefaultFields :: Compiler (Page a) (Page a)
addDefaultFields = (getRoute &&& id >>^ uncurry addRoute)