diff --git a/site.hs b/site.hs index 7e5310c..6c1c84f 100644 --- a/site.hs +++ b/site.hs @@ -49,7 +49,6 @@ main = hakyll $ do posts <- recentFirst =<< loadAll "posts/*" let indexCtx = listField "posts" postCtx (return posts) `mappend` - constField "title" "Home" `mappend` defaultContext pandocCompiler