add nsfw warning dialog

This commit is contained in:
Rhiannon Morris 2020-10-06 22:07:39 +02:00
parent d671a4c01e
commit c807895244
12 changed files with 346 additions and 102 deletions

View file

@ -15,16 +15,17 @@ executable make-pages
main-is: Main.hs
other-modules:
BuilderQQ,
Date,
Depend,
GalleryPage,
Info,
IndexPage,
ListTags,
Options,
Records,
Date,
Info,
Depend,
NsfwWarning,
GalleryPage,
IndexPage,
SinglePage,
RSS
RSS,
ListTags,
Options
default-language: Haskell2010
default-extensions:
BlockArguments,