From b6a5a9df16ec54d32f1f5aefe4d6b08a70dcfd13 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 29 Mar 2016 19:29:07 +0200 Subject: [PATCH] removed unneccessary template --- src/Main.hs | 2 +- templates/posts.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 templates/posts.html diff --git a/src/Main.hs b/src/Main.hs index f06198d..eda0f84 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -84,7 +84,7 @@ main = do listField "posts" (postCtx tags) (return posts) <> baseCtx makeItem "" - >>= loadAndApplyTemplate "templates/posts.html" ctx + >>= loadAndApplyTemplate "templates/post-list.html" ctx >>= loadAndApplyTemplate "templates/default.html" ctx >>= relativizeUrls diff --git a/templates/posts.html b/templates/posts.html deleted file mode 100644 index 3ca7f7a..0000000 --- a/templates/posts.html +++ /dev/null @@ -1,2 +0,0 @@ - -$partial("templates/post-list.html")$