diff options
| author | Christian Cleberg <[email protected]> | 2025-06-10 23:31:23 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-10 23:31:23 -0500 |
| commit | c9715768e01108f7e74ffab01aa368f8adfc3f15 (patch) | |
| tree | 0638c07bf2b60107a1bbb738bf0bbdfb805730c2 /theme/templates/base.html | |
| parent | 45b8f4952dfa2ad7ce01a203ecca2e64deb6e53e (diff) | |
| download | cleberg.net-c9715768e01108f7e74ffab01aa368f8adfc3f15.tar.gz cleberg.net-c9715768e01108f7e74ffab01aa368f8adfc3f15.tar.bz2 cleberg.net-c9715768e01108f7e74ffab01aa368f8adfc3f15.zip | |
feat: update favicon
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index c993f97..daa43d0 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -12,8 +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/x-icon" href="{{ url_for("static", file="favicon.ico") }}" media="(prefers-color-scheme: light)"> - <link rel="icon" type="image/x-icon" href="{{ url_for("static", file="favicon_dark.ico") }}" media="(prefers-color-scheme: dark)"> + <link rel="icon" type="image/x-icon" href="{{ url_for("static", file="favicon.ico") }}"> {% block meta %}{% endblock %} {% endblock %} </head> |
