From 5ec7f26b2995b45e17cf8e9a459004d8a7044e1b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 24 Feb 2013 10:57:18 +0100 Subject: Use smart typography for tutorials --- web/site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3