summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-06 09:58:34 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-06 09:58:34 +0100
commite477ea753b59657ba8d185986c646cc45c66fcec (patch)
treec4d9b12ddbe54a232a1dbb4c641846c27f88f8b6 /data
parent18b6ac5ad42e50e75b9ee9fcfc8aef00f5a00957 (diff)
downloadhakyll-e477ea753b59657ba8d185986c646cc45c66fcec.tar.gz
Update create/match in example/tutorial
Diffstat (limited to 'data')
-rw-r--r--data/example/site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example/site.hs b/data/example/site.hs
index 78ee587..bd1754f 100644
--- a/data/example/site.hs
+++ b/data/example/site.hs
@@ -29,7 +29,7 @@ main = hakyll $ do
>>= loadAndApplyTemplate "templates/default.html" postCtx
>>= relativizeUrls
- match "archive.html" $ do
+ create ["archive.html"] $ do
route idRoute
compile $ do
let archiveCtx =