From 681a290e9ec232296cafee94ac76aa269a11b5bd Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 3 Aug 2026 15:05:53 -0500 Subject: serve stylesheet from root-relative path Emit /styles.min.css instead of the prod-absolute https://cleberg.net/styles.min.css so the onion renders standalone without fetching its stylesheet off-onion. Drop the now-dead build.py replace that rewrote the same string. --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/templates/base.html b/theme/templates/base.html index bcced95..68ff487 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -9,7 +9,7 @@ {% if site_description is defined %}{% endif %} {% if site_keywords is defined %}{% endif %} - + {% block meta %}{% endblock %} {% endblock %} -- cgit v1.2.3