From 6819689ebd2efbf1e8e0b27032dfaf4df9134e88 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sun, 22 Mar 2026 19:34:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20blog/index.php=20missing=20DOCTYPE,=20he?= =?UTF-8?q?ad=20and=20CSS=20=E2=80=94=20page=20was=20completely=20unstyled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-tags.php only defines PHP functions, outputs nothing. The page had no , , , or CSS link — browser rendered it as an unstyled text document. Replaced with a proper HTML head section. --- blog/index.php | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/blog/index.php b/blog/index.php index eff6aff..c313e0a 100644 --- a/blog/index.php +++ b/blog/index.php @@ -1,9 +1,30 @@ + + + + + + <?php echo htmlspecialchars($page_title); ?> + + + + + + + + + + + + + + + + + +