add back default theme to posts
This commit is contained in:
@@ -49,6 +49,7 @@ main = hakyllWith config $ do
|
|||||||
compile $
|
compile $
|
||||||
pandocCompiler
|
pandocCompiler
|
||||||
>>= loadAndApplyTemplate "templates/post.html" postCtx
|
>>= loadAndApplyTemplate "templates/post.html" postCtx
|
||||||
|
>>= loadAndApplyTemplate "templates/default.html" postCtx
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
match "gallery.html" $ do
|
match "gallery.html" $ do
|
||||||
|
|||||||
Reference in New Issue
Block a user