Removed constField

This commit is contained in:
Serĉanto de Scio 2015-08-25 23:05:14 +10:00
parent 801489dc96
commit 3c7ce23ea4

View file

@ -49,7 +49,6 @@ main = hakyll $ do
posts <- recentFirst =<< loadAll "posts/*" posts <- recentFirst =<< loadAll "posts/*"
let indexCtx = let indexCtx =
listField "posts" postCtx (return posts) `mappend` listField "posts" postCtx (return posts) `mappend`
constField "title" "Home" `mappend`
defaultContext defaultContext
pandocCompiler pandocCompiler