diff options
Diffstat (limited to 'examples/tagblog')
-rw-r--r-- | examples/tagblog/hakyll.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tagblog/hakyll.hs b/examples/tagblog/hakyll.hs index de1d1a0..03dd488 100644 --- a/examples/tagblog/hakyll.hs +++ b/examples/tagblog/hakyll.hs @@ -31,7 +31,7 @@ main = hakyll $ do -- Render index, including recent posts. let tagCloud = renderTagCloud tagMap tagToURL 100 200 - let index = createListingWith postManipulation "index.html" + index = createListingWith postManipulation "index.html" "templates/postitem.html" (take 3 renderablePosts) [ ("title", "Home") |