From c4f6595f9d286da9b25867254b81481a907bcef0 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sun, 4 Feb 2024 09:00:38 -0500 Subject: [PATCH] fix: Missing HTML tag --- site-root/public/foot.php | 1 + site-root/public/head.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/site-root/public/foot.php b/site-root/public/foot.php index 5d38b1a..5fc20fa 100644 --- a/site-root/public/foot.php +++ b/site-root/public/foot.php @@ -8,3 +8,4 @@

Copyright © 2023– Mastering the Mundane.

+ diff --git a/site-root/public/head.php b/site-root/public/head.php index 4c7a241..e423284 100644 --- a/site-root/public/head.php +++ b/site-root/public/head.php @@ -1,5 +1,6 @@ - + +