diff options
Diffstat (limited to 'examples/brochure/hakyll.hs')
-rw-r--r-- | examples/brochure/hakyll.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/brochure/hakyll.hs b/examples/brochure/hakyll.hs index 8040bdf..819924f 100644 --- a/examples/brochure/hakyll.hs +++ b/examples/brochure/hakyll.hs @@ -13,6 +13,6 @@ main = hakyll $ do forM_ ["about.rst", "index.markdown", "code.lhs"] $ \page -> do route page $ setExtension "html" - compile page $ readPageCompiler + compile page $ pageCompiler >>> applyTemplateCompiler "templates/default.html" >>> relativizeUrlsCompiler |