aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/static/favicon.icobin0 -> 19583 bytes
-rw-r--r--theme/static/favicon.pngbin125160 -> 0 bytes
-rw-r--r--theme/templates/base.html2
3 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/favicon.ico b/theme/static/favicon.ico
new file mode 100644
index 0000000..f6001ec
--- /dev/null
+++ b/theme/static/favicon.ico
Binary files differ
diff --git a/theme/static/favicon.png b/theme/static/favicon.png
deleted file mode 100644
index 1949f0a..0000000
--- a/theme/static/favicon.png
+++ /dev/null
Binary files differ
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>