From f30a3a6ba39127cfd6b071d40c90170eacf62426 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 4 Aug 2015 13:04:30 +0200 Subject: Manual line break in hakyll.md --- provider/posts/hakyll.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md index fe2f856..8e8b1fc 100644 --- a/provider/posts/hakyll.md +++ b/provider/posts/hakyll.md @@ -69,7 +69,8 @@ renderTag tag tags = do ellipsisItem <- makeItem "" let ids = fromMaybe [] $ lookup tag $ tagsMap tags - postCtx = mconcat [ listField "posts" (ellipsisContext ellipsisItem) $ liftM (withEllipsis ellipsisItem) $ chronological =<< mapM load ids + postCtx = mconcat [ listField "posts" (ellipsisContext ellipsisItem) $ + liftM (withEllipsis ellipsisItem) $ chronological =<< mapM load ids , constField "title" tag , constField "rss" ("tags/" ++ tagTranslation tag ++ ".rss") , constField "url" ("tags/" ++ tagTranslation tag ++ ".html") -- cgit v1.2.3