From 21e327c46b151678781009258c08f50035238da2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 11 May 2025 20:13:01 -0500 Subject: compress favicon --- theme/static/favicon.ico | Bin 0 -> 19583 bytes theme/static/favicon.png | Bin 125160 -> 0 bytes theme/templates/base.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 theme/static/favicon.ico delete mode 100644 theme/static/favicon.png (limited to 'theme') diff --git a/theme/static/favicon.ico b/theme/static/favicon.ico new file mode 100644 index 0000000..f6001ec Binary files /dev/null and b/theme/static/favicon.ico differ diff --git a/theme/static/favicon.png b/theme/static/favicon.png deleted file mode 100644 index 1949f0a..0000000 Binary files a/theme/static/favicon.png and /dev/null differ diff --git a/theme/templates/base.html b/theme/templates/base.html index 0759cd5..daa43d0 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,7 +12,7 @@ {% if site_description is defined %}{% endif %} {% if site_keywords is defined %}{% endif %} - + {% block meta %}{% endblock %} {% endblock %} -- cgit v1.2.3-70-g09d2