From 1b52bbc54e508c2e00caba767965e96b6337486f Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Mon, 23 Sep 2024 22:53:46 -0700 Subject: [PATCH] add back default theme to posts --- site.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/site.hs b/site.hs index 9fb106c..e89512f 100644 --- a/site.hs +++ b/site.hs @@ -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