We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d30b commit 7a4e8adCopy full SHA for 7a4e8ad
static/favicon.svg
templates/macros/head.html
@@ -11,9 +11,7 @@
11
12
{% macro favicons() %}
13
<meta name="theme-color" content="{{ config.extra.theme_color | default(value="#fff") }}">
14
- <link rel="apple-touch-icon" sizes="180x180" href="{{ get_url(path="apple-touch-icon.png") | safe }}">
15
- <link rel="icon" type="image/png" sizes="32x32" href="{{ get_url(path="favicon-32x32.png") | safe }}">
16
- <link rel="icon" type="image/png" sizes="16x16" href="{{ get_url(path="favicon-16x16.png") | safe }}">
+ <link rel="icon" href="{{ get_url(path="favicon.svg") | safe }}">
17
{% if not config.extra.is_netlify %}
18
<link rel="manifest" href="{{ get_url(path="site.webmanifest") | safe }}" crossorigin>
19
{% endif %}
0 commit comments