From 516df627963ab75a20e4fc671560c18502886899 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 1 Feb 2026 07:07:40 -0700 Subject: [PATCH] docs(templates): fix Lighthouse SEO and accessibility issues - Defer KaTeX CDN CSS with media="print" onload pattern - Add noscript fallback for non-JS browsers --- docs/templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/templates/base.html b/docs/templates/base.html index a9799ef..54a43e8 100644 --- a/docs/templates/base.html +++ b/docs/templates/base.html @@ -4,10 +4,12 @@ + {% if page.description %}{% endif %} {{ title }} | {{ config.title }} - + + @@ -15,7 +17,7 @@