aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-11 21:10:51 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-11 21:10:51 -0500
commit028617f6760e02200bbe40ae216ec132f2caab55 (patch)
tree09b2ca568b448718a9b9df9e8c2334f420e0e3e2 /theme/templates
parent45d03ccfdfb70023fb0e91356a4124a82ce4d864 (diff)
downloadcleberg.net-028617f6760e02200bbe40ae216ec132f2caab55.tar.gz
cleberg.net-028617f6760e02200bbe40ae216ec132f2caab55.tar.bz2
cleberg.net-028617f6760e02200bbe40ae216ec132f2caab55.zip
update 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 b75c2bc..39609e0 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" href="data:,">
+ <link rel="icon" type="image/png" href="{{ url_for("static", file="favicon.png") }}">
{% block meta %}{% endblock %}
{% endblock %}
</head>