renamed template
This commit is contained in:
parent
a23206c004
commit
56ea67bd41
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ main = do
|
||||||
-- (menuCtx firstUrl latestUrl)
|
-- (menuCtx firstUrl latestUrl)
|
||||||
defaultCtx
|
defaultCtx
|
||||||
makeItem ""
|
makeItem ""
|
||||||
>>= loadAndApplyTemplate "templates/archive.html" archiveCtx
|
>>= loadAndApplyTemplate "templates/archive.md" archiveCtx
|
||||||
>>= loadAndApplyTemplate "templates/default.html" archiveCtx
|
>>= loadAndApplyTemplate "templates/default.html" archiveCtx
|
||||||
>>= relativizeUrls
|
>>= relativizeUrls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue