summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-02 03:19:51 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-02 03:19:51 -0700
commit763eeb9c9d98591ae0815484e6a60d93eac1439c (patch)
tree5f39c19c7b0ed0630625ee7a6b3851cbd6c67106
parentb37dc1b8347cc824f4d06e1446c049d67b9338df (diff)
parent5cb3874826356afbbc27868182afa6d3cc0be06f (diff)
downloadhakyll-763eeb9c9d98591ae0815484e6a60d93eac1439c.tar.gz
Merge pull request #74 from sphynx/patch-1
Update web/tutorials/faq.markdown
-rw-r--r--web/tutorials/faq.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown
index 5a874d7..41d6848 100644
--- a/web/tutorials/faq.markdown
+++ b/web/tutorials/faq.markdown
@@ -38,7 +38,7 @@ You can add your own version in your `hakyll.hs` file:
myPageCompiler =
readPageCompiler >>>
addDefaultFields >>> -- Sets some things like $path$
- arr applySelf >>> -- Used to fill in $var$s in the page
+ arr applySelf -- Used to fill in $var$s in the page
~~~~~
And using this instead of `pageCompiler` should solve the issue.