From c64eef9968f9a38e3ec3e2b083ce982f8625ecf9 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 28 Jul 2026 14:28:06 -0700 Subject: Add AI blurb :( --- template.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template.html') diff --git a/template.html b/template.html index 8493598..2b1b899 100755 --- a/template.html +++ b/template.html @@ -122,6 +122,13 @@ $endif$ color: black; } } + /* AI blurb */ + h1 + p::after { + content: "All prose on this website is written by a human."; + display: block; + margin-top: 1em; + font-style: italic; + } $for(css)$ -- cgit v1.2.3