Parcourir la source

fixed url for index

john melesky il y a 8 ans
Parent
commit
fa8154d569
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      site.hs

+ 1 - 1
site.hs

@@ -80,7 +80,7 @@ main = hakyll $ do
       post <- fmap head . recentFirst =<< loadAllSnapshots "posts/*.md" "post_content"
       loadAndApplyTemplate "templates/default.html" (postCtxWithTags tags) post
       >>= relativizeUrls
-      >>= changeIdentifier "new_index.html"
+      >>= changeIdentifier "index.html"
 
   match "templates/*" $ compile templateBodyCompiler