summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.hs b/site.hs
index 1fe4eff..d0a6272 100644
--- a/site.hs
+++ b/site.hs
@@ -96,7 +96,7 @@ main = hakyllWith config $ do
create ["atom.xml"] $ postFeed renderAtom
-- always show the most recent blog post
- create ["index.html"] $ do
+ create ["posts/latest.html"] $ do
route idRoute
compile $ do
mostRecent <- fmap head . recentFirst =<< loadAllSnapshots "posts/*.markdown" "non-relative"