소스 검색

fixed url for index

john melesky 8 년 전
부모
커밋
fa8154d569
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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