aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-05-11 20:13:01 -0500
committerChristian Cleberg <hello@cleberg.net>2025-05-11 20:13:01 -0500
commit21e327c46b151678781009258c08f50035238da2 (patch)
tree23706f0614fed414e4a89eff6ce884b4a0402e3e /theme/templates
parentc3816f43b7f58d195157293991d83297abc0f23f (diff)
downloadcleberg.net-21e327c46b151678781009258c08f50035238da2.tar.gz
cleberg.net-21e327c46b151678781009258c08f50035238da2.tar.bz2
cleberg.net-21e327c46b151678781009258c08f50035238da2.zip
compress favicon
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
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 %}<meta name="description" content="{{ site_description }}" >{% endif %}
{% if site_keywords is defined %}<meta name="keywords" content="{{ site_keywords }}" >{% endif %}
<link rel="stylesheet" href="{{ url_for("static", file="styles.min.css") }}" type="text/css">
- <link rel="icon" type="image/png" href="{{ url_for("static", file="favicon.png") }}">
+ <link rel="icon" type="image/x-icon" href="{{ url_for("static", file="favicon.ico") }}">
{% block meta %}{% endblock %}
{% endblock %}
</head>