From 56ea67bd41737ee3ee617d2f100419d38607cb62 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 10 Nov 2017 17:21:08 +0100 Subject: [PATCH] renamed template --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 4d9fb61..5b0739a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -81,7 +81,7 @@ main = do -- (menuCtx firstUrl latestUrl) defaultCtx makeItem "" - >>= loadAndApplyTemplate "templates/archive.html" archiveCtx + >>= loadAndApplyTemplate "templates/archive.md" archiveCtx >>= loadAndApplyTemplate "templates/default.html" archiveCtx >>= relativizeUrls