feat: holy fuck

This commit is contained in:
Nick 2024-12-21 15:17:48 -06:00
parent 277ba17421
commit 4686c14667
184 changed files with 411 additions and 22 deletions

View file

@ -129,7 +129,7 @@ cucksList device =
)
<|
List.concat
[ List.map (headerMaker device)
[ List.map (headerMaker device)
[ cuckListHeader ]
, (case ( device.class, device.orientation ) of
_ ->
@ -146,6 +146,8 @@ cuckListHeader =
"Cucklist"
in
{ headerTitle = String.toUpper name
, hasImage = False
, hasLink = False
, headerBody = "This page features a list of morons who wrote cheques with their mouths that their asses couldn't cash. Each person included in this list has dodged debating me."
}