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")$