removed the mummy

This commit is contained in:
nek0 2016-03-04 01:21:08 +01:00
parent 347afae930
commit b266855cba
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ main = do
posts <- fmap (take 5) . recentFirst =<< loadAll "posts/*"
let indexCtx = listField "posts" (postCtx tags) (return posts) <>
constField "title" "Home" <>
field "tags" (\_ -> renderTagCloud 85.0 300.0 tags) <>
defaultContext
getResourceBody
>>= applyAsTemplate indexCtx