From ddf59e00a162ade3aeb8cd2e2f59be0455174658 Mon Sep 17 00:00:00 2001 From: lew Date: Sun, 3 May 2026 00:30:30 +0100 Subject: [PATCH] added an intro to the guestbook --- hosts/lab/templates/default.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/hosts/lab/templates/default.html b/hosts/lab/templates/default.html index b74d79c..67ec42c 100644 --- a/hosts/lab/templates/default.html +++ b/hosts/lab/templates/default.html @@ -11,6 +11,14 @@ margin-bottom: 1em; } + .guestbook-summary { + text-decoration: underline; + } + + .guestbook-summary:hover { + color: var(--muted); + } + .guestbook-label { display: block; font-style: oblique; @@ -133,9 +141,11 @@ now ยท guestbook -
- Leave an entry - {{form}} +

Thanks for visiting. I appreciate all of you who come to leave a message after stopping by. Any messages that do get left will show up as soon as I get the chance to click approve, which is generally pretty fast, as everything is forwarded to my phone.

+

HTML injection is possible and allowed as long as it isn't malicious. Expand the summary below for the submission form.

+
+ Leave an entry + {{form}}

Messages

{{entries}}