diff options
-rw-r--r-- | src/Site.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Site.hs b/src/Site.hs index 239eb04..cbdf2d8 100644 --- a/src/Site.hs +++ b/src/Site.hs | |||
@@ -89,7 +89,7 @@ renderTag tag tags = do | |||
89 | ids = fromMaybe [] $ lookup tag $ tagsMap tags | 89 | ids = fromMaybe [] $ lookup tag $ tagsMap tags |
90 | postCtx = mconcat [ listField "posts" (ellipsisContext ellipsisItem) $ liftM (withEllipsis ellipsisItem) $ chronological =<< mapM load ids | 90 | postCtx = mconcat [ listField "posts" (ellipsisContext ellipsisItem) $ liftM (withEllipsis ellipsisItem) $ chronological =<< mapM load ids |
91 | , constField "title" tag | 91 | , constField "title" tag |
92 | , constField "rss" ("tags" </> tagTranslation tag <.> "rss") | 92 | , constField "rss" ("rss" </> tagTranslation tag <.> "rss") |
93 | , constField "url" ("tags" </> tagTranslation tag <.> "html") | 93 | , constField "url" ("tags" </> tagTranslation tag <.> "html") |
94 | , defaultContext | 94 | , defaultContext |
95 | ] | 95 | ] |