cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
84673c9177b50483e026f1243ed8ed1ade646f35
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-05-12T01:13:01Z
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(-) new file mode 100644 Binary files /dev/null and b/theme/static/favicon.ico differ deleted file mode 100644 Binary files a/theme/static/favicon.png and /dev/null differ @@ -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>