From 1a7d746ad5be0b9469d664f21ca1aa79ce2154bb Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 1 Mar 2011 21:59:12 +0100 Subject: Fix tutorial inconsistency --- examples/brochure/hakyll.hs | 2 +- examples/hakyll/examples/brochure.zip | Bin 3689 -> 3793 bytes examples/hakyll/tutorial.markdown | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 diff --git a/examples/hakyll/examples/brochure.zip b/examples/hakyll/examples/brochure.zip index 619d9a9..c1a5d79 100644 Binary files a/examples/hakyll/examples/brochure.zip and b/examples/hakyll/examples/brochure.zip differ diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown index 9ee6066..f61ccd0 100644 --- a/examples/hakyll/tutorial.markdown +++ b/examples/hakyll/tutorial.markdown @@ -72,7 +72,7 @@ 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 ~~~~~ -- cgit v1.2.3