diff options
Diffstat (limited to 'theme/templates')
-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> |