From 6d509c83eb7b8a2a58544fdc6d2d9cfef3b6f836 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 22 Feb 2025 10:42:33 -0500 Subject: [PATCH] add missing closing HTML tag --- src/pages/site/guestbook.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/site/guestbook.astro b/src/pages/site/guestbook.astro index 465e164..b1f6a8b 100644 --- a/src/pages/site/guestbook.astro +++ b/src/pages/site/guestbook.astro @@ -68,4 +68,5 @@ const pageTitle = "emma's guestbook" - \ No newline at end of file + + \ No newline at end of file