From 5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 10 Jun 2025 23:31:23 -0500 Subject: feat: update favicon --- theme/static/favicon.ico | Bin 3696 -> 28345 bytes theme/static/favicon_dark.ico | Bin 3686 -> 0 bytes theme/templates/base.html | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 theme/static/favicon_dark.ico (limited to 'theme') diff --git a/theme/static/favicon.ico b/theme/static/favicon.ico index 399f17d..81f54ad 100644 Binary files a/theme/static/favicon.ico and b/theme/static/favicon.ico differ diff --git a/theme/static/favicon_dark.ico b/theme/static/favicon_dark.ico deleted file mode 100644 index aee46ba..0000000 Binary files a/theme/static/favicon_dark.ico and /dev/null differ diff --git a/theme/templates/base.html b/theme/templates/base.html index c993f97..daa43d0 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,8 +12,7 @@ {% if site_description is defined %}{% endif %} {% if site_keywords is defined %}{% endif %} - - + {% block meta %}{% endblock %} {% endblock %} -- cgit v1.2.3-70-g09d2