summaryrefslogtreecommitdiff
path: root/web/site.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-20 09:35:39 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-20 09:35:39 +0100
commit064128305e5e1a99d20afa62331c7a3bdf566c8a (patch)
tree641211bb47064fdde9ddfeb53b07bdde11e1c857 /web/site.hs
parent21b897a6827cdcee8c5d2b11932250202e96a2f4 (diff)
downloadhakyll-064128305e5e1a99d20afa62331c7a3bdf566c8a.tar.gz
Update to use pandoc 1.9
Diffstat (limited to 'web/site.hs')
-rw-r--r--web/site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/site.hs b/web/site.hs
index 8ff1712..45e6519 100644
--- a/web/site.hs
+++ b/web/site.hs
@@ -43,7 +43,7 @@ main = hakyllWith config $ do
-- Tutorials
match "tutorials/*" $ do
route $ setExtension "html"
- compile $ pandocCompilerWith defaultHakyllParserState withToc
+ compile $ pandocCompilerWith def withToc
>>= loadAndApplyTemplate "templates/tutorial.html" defaultContext
>>= loadAndApplyTemplate "templates/default.html" defaultContext
>>= relativizeUrls