diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-12 20:33:46 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-12 20:33:46 +0100 |
| commit | 878ca8f3b02e99e736edaf5c7f0ba376ff3fe282 (patch) | |
| tree | b4885986b046da5af6312897d90dff23291e14ff /examples/brochure | |
| parent | 1e0c875d6efd67bda010573fc8bb935eef2ea225 (diff) | |
| download | hakyll-878ca8f3b02e99e736edaf5c7f0ba376ff3fe282.tar.gz | |
Document RelativizeUrls module
Diffstat (limited to 'examples/brochure')
| -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 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 |
