diff options
author | Ivan Veselov <veselov@gmail.com> | 2012-08-02 12:14:42 +0300 |
---|---|---|
committer | Ivan Veselov <veselov@gmail.com> | 2012-08-02 12:14:42 +0300 |
commit | 5cb3874826356afbbc27868182afa6d3cc0be06f (patch) | |
tree | 5f39c19c7b0ed0630625ee7a6b3851cbd6c67106 /web/tutorials/faq.markdown | |
parent | b37dc1b8347cc824f4d06e1446c049d67b9338df (diff) | |
download | hakyll-5cb3874826356afbbc27868182afa6d3cc0be06f.tar.gz |
Update web/tutorials/faq.markdown
Removed extra ">>>" to fix the compilation error.
Diffstat (limited to 'web/tutorials/faq.markdown')
-rw-r--r-- | web/tutorials/faq.markdown | 2 |
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. |