From bd993b442413a7370e1881ba427c5d1fdfa83183 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 5 Mar 2026 20:46:28 -0600 Subject: add favicons --- theme/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html index 0e958c5..dbdb3b5 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,7 +12,8 @@ {% if site_description is defined %}{% endif %} {% if site_keywords is defined %}{% endif %} - + + {% block meta %}{% endblock %} {% endblock %} -- cgit v1.2.3