add back default theme to posts

This commit is contained in:
2024-09-23 22:53:46 -07:00
parent ff552f44b1
commit 1b52bbc54e
+1
View File
@@ -49,6 +49,7 @@ main = hakyllWith config $ do
compile $
pandocCompiler
>>= loadAndApplyTemplate "templates/post.html" postCtx
>>= loadAndApplyTemplate "templates/default.html" postCtx
>>= relativizeUrls
match "gallery.html" $ do