From 878ca8f3b02e99e736edaf5c7f0ba376ff3fe282 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 12 Feb 2011 20:33:46 +0100 Subject: Document RelativizeUrls module --- examples/brochure/hakyll.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/brochure') diff --git a/examples/brochure/hakyll.hs b/examples/brochure/hakyll.hs index e84f14c..483265a 100644 --- a/examples/brochure/hakyll.hs +++ b/examples/brochure/hakyll.hs @@ -14,5 +14,5 @@ main = hakyll $ do forM_ ["about.rst", "index.markdown", "code.lhs"] $ \page -> do route page $ setExtension "html" compile page $ defaultPageRead - >>> require "templates/default.html" (flip applyTemplate) + >>> defaultApplyTemplate "templates/default.html" >>> defaultRelativizeUrls -- cgit v1.2.3