diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/site.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/site.hs b/web/site.hs index 8817d8c..a1c2a49 100644 --- a/web/site.hs +++ b/web/site.hs @@ -44,7 +44,7 @@ main = hakyllWith config $ do -- Tutorials match "tutorials/*" $ do route $ setExtension "html" - compile $ pandocCompilerWith def withToc + compile $ pandocCompilerWith defaultHakyllReaderOptions withToc >>= loadAndApplyTemplate "templates/tutorial.html" defaultContext >>= loadAndApplyTemplate "templates/default.html" defaultContext >>= relativizeUrls |