diff options
Diffstat (limited to 'examples')
| -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 1476360..d30da26 100644 --- a/examples/tagblog/hakyll.hs +++ b/examples/tagblog/hakyll.hs @@ -58,7 +58,7 @@ main = hakyll $ do postManipulation = renderDate "date" "%B %e, %Y" "Date unknown" . renderTagLinks tagToURL - tagToURL tag = "/tags/" ++ removeSpaces tag ++ ".html" + tagToURL tag = "$root/tags/" ++ removeSpaces tag ++ ".html" renderPostList url title posts = do let postItems = renderAndConcatWith postManipulation |
