Merge pull request #74 from sphynx/patch-1

Update web/tutorials/faq.markdown
This commit is contained in:
Jasper Van der Jeugt 2012-08-02 03:19:51 -07:00
commit 763eeb9c9d

View file

@ -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.