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 --- tests/Hakyll/Web/Template/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs index ea3a9b2..a975901 100644 --- a/tests/Hakyll/Web/Template/Tests.hs +++ b/tests/Hakyll/Web/Template/Tests.hs @@ -51,7 +51,7 @@ case01 = do out <- resourceString provider "template.html.out" tpl <- testCompilerDone store provider "template.html" $ - templateCompiler + templateBodyCompiler item <- testCompilerDone store provider "example.md" $ pandocCompiler >>= applyTemplate (itemBody tpl) testContext -- cgit v1.2.3