From 28ed74df24e6f3427af92e5b683b106ee93503b7 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 29 Jan 2023 18:20:58 -0700 Subject: [PATCH] Let people put bad things in their own head Fixes #432 --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 48391f2..1ef74f3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,7 +25,7 @@ {% endif %} {% if config_identity.custom_css %} - + {% endif %} {% block opengraph %} {% include "_opengraph.html" with opengraph_local=opengraph_defaults %}