added an intro to the guestbook

This commit is contained in:
Lewis Wynne 2026-05-03 00:30:30 +01:00
parent a3b69cad3f
commit ddf59e00a1

View file

@ -11,6 +11,14 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
.guestbook-summary {
text-decoration: underline;
}
.guestbook-summary:hover {
color: var(--muted);
}
.guestbook-label { .guestbook-label {
display: block; display: block;
font-style: oblique; font-style: oblique;
@ -133,7 +141,9 @@
<a href="/now/">now</a> · <a href="/now/">now</a> ·
<a href="/guestbook/">guestbook</a> <a href="/guestbook/">guestbook</a>
</nav> </nav>
<details class="guestbook-details" style="margin-top: 0.5em"> <p>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.</p>
<p>HTML injection is possible and allowed as long as it isn't malicious. Expand the summary below for the submission form.</p>
<details class="guestbook-details">
<summary class="guestbook-summary">Leave an entry</summary> <summary class="guestbook-summary">Leave an entry</summary>
{{form}} {{form}}
</details> </details>