removed unneccessary template

This commit is contained in:
nek0 2016-03-29 19:29:07 +02:00
parent 81f5ce549e
commit b6a5a9df16
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
<!--<h1>$title$</h1>-->
$partial("templates/post-list.html")$