removed unneccessary template
This commit is contained in:
parent
81f5ce549e
commit
b6a5a9df16
2 changed files with 1 additions and 3 deletions
|
@ -84,7 +84,7 @@ main = do
|
||||||
listField "posts" (postCtx tags) (return posts) <>
|
listField "posts" (postCtx tags) (return posts) <>
|
||||||
baseCtx
|
baseCtx
|
||||||
makeItem ""
|
makeItem ""
|
||||||
>>= loadAndApplyTemplate "templates/posts.html" ctx
|
>>= loadAndApplyTemplate "templates/post-list.html" ctx
|
||||||
>>= loadAndApplyTemplate "templates/default.html" ctx
|
>>= loadAndApplyTemplate "templates/default.html" ctx
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
<!--<h1>$title$</h1>-->
|
|
||||||
$partial("templates/post-list.html")$
|
|
Loading…
Reference in a new issue