diff --git a/make-pages/SinglePage.hs b/make-pages/SinglePage.hs index 86df11d..e4d31d9 100644 --- a/make-pages/SinglePage.hs +++ b/make-pages/SinglePage.hs @@ -61,7 +61,7 @@ make' nsfw dir (Info {date, title, artist, tags, nsfwTags, -
+
$descSection $tagsList @@ -71,7 +71,7 @@ make' nsfw dir (Info {date, title, artist, tags, nsfwTags, @@ -114,7 +114,7 @@ makeArtist (Artist {name, url}) = makeDesc :: Bool -> Maybe Strict.Text -> Maybe Strict.Text -> Builder makeDesc nsfw desc nsfwDesc = [b|@4 -
+

about

$8*desc' @@ -165,7 +165,7 @@ escId = foldMap esc1 . Strict.unpack where makeTags :: Bool -> [Strict.Text] -> [Strict.Text] -> Builder makeTags nsfw sfwTags nsfwTags = if null tags then "" else [b|@4 -
+

tags

    $8.tagList @@ -180,7 +180,7 @@ makeTags nsfw sfwTags nsfwTags = extLinks :: Bool -> [Link] -> Builder extLinks nsfw allLinks = if null links then "" else [b|@4 -