diff --git a/make-pages/SinglePage.hs b/make-pages/SinglePage.hs index ab7682f..a3cab51 100644 --- a/make-pages/SinglePage.hs +++ b/make-pages/SinglePage.hs @@ -172,7 +172,7 @@ makeTags nsfw sfwTags nsfwTags = where tagList = map makeTag tags makeTag t = [b|
  • $*t|] - tags = List.nub $ if nsfw then sfwTags else sfwTags <> nsfwTags + tags = List.nub $ if nsfw then sfwTags <> nsfwTags else sfwTags extLinks :: Bool -> [Link] -> Builder extLinks nsfw allLinks =