Use smart typography for tutorials

This commit is contained in:
Jasper Van der Jeugt 2013-02-24 10:57:18 +01:00
parent b91c8be54b
commit 5ec7f26b29

View file

@ -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