From b266855cba5bee045fb9450b1bf6727f865c90dc Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 4 Mar 2016 01:21:08 +0100 Subject: [PATCH] removed the mummy --- src/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 20312ad..6911295 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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