summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorIvan Veselov <veselov@gmail.com>2012-08-02 12:14:42 +0300
committerIvan Veselov <veselov@gmail.com>2012-08-02 12:14:42 +0300
commit5cb3874826356afbbc27868182afa6d3cc0be06f (patch)
tree5f39c19c7b0ed0630625ee7a6b3851cbd6c67106 /web/tutorials
parentb37dc1b8347cc824f4d06e1446c049d67b9338df (diff)
downloadhakyll-5cb3874826356afbbc27868182afa6d3cc0be06f.tar.gz
Update web/tutorials/faq.markdown
Removed extra ">>>" to fix the compilation error.
Diffstat (limited to 'web/tutorials')
-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.