From 592845985828f3ee135c309257e9bbcb305be1fa Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 27 Jan 2010 18:02:43 +0100 Subject: Added createListing, createListingWith functions. These functions were added to have a simpler and more high-level way to do the common createCustomPage/renderAndConcat combination to create post lists, rss feeds, ... --- src/Text/Hakyll/Tags.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Hakyll/Tags.hs') diff --git a/src/Text/Hakyll/Tags.hs b/src/Text/Hakyll/Tags.hs index 16796c6..8c1cee2 100644 --- a/src/Text/Hakyll/Tags.hs +++ b/src/Text/Hakyll/Tags.hs @@ -59,7 +59,7 @@ readTagMap identifier paths = do return $ foldr (flip (M.insertWith (++)) [path]) current tags -- | Render a tag cloud. -renderTagCloud :: M.Map String [FilePath] -- ^ Map as produced by "readTagMap". +renderTagCloud :: M.Map String [FilePath] -- ^ Map as produced by @readTagMap@. -> (String -> String) -- ^ Function to produce an url for a tag. -> Float -- ^ Smallest font size, in percent. -> Float -- ^ Biggest font size, in percent. -- cgit v1.2.3