From 24959fd68b949e69778ad5387aa34961202060a9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 9 Mar 2010 18:47:35 +0100 Subject: Fixed some minor issues. --- src/Text/Hakyll/Internal/Render.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Hakyll/Internal/Render.hs') diff --git a/src/Text/Hakyll/Internal/Render.hs b/src/Text/Hakyll/Internal/Render.hs index 92f6ad9..28fc31b 100644 --- a/src/Text/Hakyll/Internal/Render.hs +++ b/src/Text/Hakyll/Internal/Render.hs @@ -40,5 +40,5 @@ writePage = createRenderAction $ \initialContext -> do let context = additionalContext' `M.union` M.singleton "root" (toRoot url) destination <- toDestination url makeDirectories destination -    -- Substitute $root here, just before writing. + -- Substitute $root here, just before writing. liftIO $ writeFile destination $ finalSubstitute (fromString body) context -- cgit v1.2.3