diff options
| author | Christian Cleberg <[email protected]> | 2025-05-11 20:13:01 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-05-11 20:13:01 -0500 |
| commit | 84673c9177b50483e026f1243ed8ed1ade646f35 (patch) | |
| tree | 23706f0614fed414e4a89eff6ce884b4a0402e3e /theme/templates/base.html | |
| parent | 6f497dd65e5d28bd5ac7939e92892c99a2a93eaf (diff) | |
| download | cleberg.net-84673c9177b50483e026f1243ed8ed1ade646f35.tar.gz cleberg.net-84673c9177b50483e026f1243ed8ed1ade646f35.tar.bz2 cleberg.net-84673c9177b50483e026f1243ed8ed1ade646f35.zip | |
compress favicon
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 2 |
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> |
