From 5a4ae4147313f52d50ff3bd9d74340a86175a5d9 Mon Sep 17 00:00:00 2001 From: Bergi Date: Wed, 21 Oct 2015 22:14:39 +0200 Subject: templateBodyCompiler compiles resource body only and becomes the new default, instead of templateCompiler fixes #378 --- data/example/site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/example/site.hs b/data/example/site.hs index be041f8..2751f77 100644 --- a/data/example/site.hs +++ b/data/example/site.hs @@ -57,7 +57,7 @@ main = hakyll $ do >>= loadAndApplyTemplate "templates/default.html" indexCtx >>= relativizeUrls - match "templates/*" $ compile templateCompiler + match "templates/*" $ compile templateBodyCompiler -------------------------------------------------------------------------------- -- cgit v1.2.3