From 16c58a3c175faadd87bfa743a0c9cf6c72f64bc7 Mon Sep 17 00:00:00 2001 From: Hilary Kai Date: Tue, 3 Mar 2026 05:10:12 -0700 Subject: [PATCH] Fix HTML bugs, accessibility, typos, and styling across the site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Critical fixes: - _layouts/default.html: unclosed
(was
instead of
) for .Site wrapper, breaking entire page DOM structure - _layouts/default.html: add lang="en" to element (accessibility) - events.html, blog.html: missing closing
for inner post list div Head / meta improvements: - _includes/head.html: add charset=utf-8 meta tag - _includes/head.html: remove user-scalable=no (WCAG accessibility) - _includes/head.html: add display=swap to Google Fonts (prevents FOIT) - _includes/head.html: add per-page description meta tag with excerpt fallback Navigation and layout: - _includes/header.html: use relative / for logo link (was site.github.url) - _includes/header.html: add aria-label to