summaryrefslogtreecommitdiff
path: root/web/site.hs
diff options
context:
space:
mode:
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