removed the mummy
This commit is contained in:
parent
347afae930
commit
b266855cba
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue