cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

12aff0c494ccfa281db6fd54889b97ad38336677

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-03-12T02:10:51Z

update favicon
 theme/static/favicon.png  | Bin 0 -> 12016 bytes
 theme/templates/base.html |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/favicon.png b/theme/static/favicon.png
new file mode 100644
index 0000000..0d40217
Binary files /dev/null and b/theme/static/favicon.png differ
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>