diff --git a/make-pages/SinglePage.hs b/make-pages/SinglePage.hs index 61da17d..923215b 100644 --- a/make-pages/SinglePage.hs +++ b/make-pages/SinglePage.hs @@ -39,6 +39,8 @@ make' nsfw dir (Info {date, title, artist, tags, nsfwTags, + $0.prefetches + $*title
@@ -91,6 +93,9 @@ make' nsfw dir (Info {date, title, artist, tags, nsfwTags, tagsList = makeTags nsfw tags nsfwTags linksList = extLinks nsfw links + prefetches = map makePrefetch $ tail images + makePrefetch (Image {path}) = [b||] + warning' = ifJust (#warning image0) \w -> [b|@4
cw: $*w