From 5cb3874826356afbbc27868182afa6d3cc0be06f Mon Sep 17 00:00:00 2001 From: Ivan Veselov Date: Thu, 2 Aug 2012 12:14:42 +0300 Subject: Update web/tutorials/faq.markdown Removed extra ">>>" to fix the compilation error. --- web/tutorials/faq.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') 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. -- cgit v1.2.3