diff --git a/app/Main.hs b/app/Main.hs index 6973de5..9ea1e8c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -52,9 +52,6 @@ buildSite = do postPaths <- getPublishedPosts Shake.need $ map indexHtmlOutputPath postPaths - -- posts list - Shake.need [indexHtmlOutputPath "posts"] - -- remaining pages, index.xml = rss feed Shake.need $ map (outputDir ) ["index.html", "index.xml"]