diff options
Diffstat (limited to 'site.hs')
| -rw-r--r-- | site.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ main = hakyll $ do route idRoute compile $ do makeItem "" - >>= loadAndApplyTemplate "templates/archive.html" postForArchiveCtx + >>= loadAndApplyTemplate "templates/post-list.html" postForArchiveCtx >>= loadAndApplyTemplate "templates/post.html" archiveCtx >>= relativizeUrls @@ -39,7 +39,7 @@ main = hakyll $ do route idRoute compile $ do makeItem "" - >>= loadAndApplyTemplate "templates/archive.html" gsocPostForArchiveCtx + >>= loadAndApplyTemplate "templates/post-list.html" gsocPostForArchiveCtx >>= loadAndApplyTemplate "templates/post.html" gsocArchiveCtx >>= relativizeUrls |
