Skip to content

Commit 7a4e8ad

Browse files
committed
Use a proper favicon
1 parent 8b1d30b commit 7a4e8ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

static/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

templates/macros/head.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
{% macro favicons() %}
1313
<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 }}">
14+
<link rel="icon" href="{{ get_url(path="favicon.svg") | safe }}">
1715
{% if not config.extra.is_netlify %}
1816
<link rel="manifest" href="{{ get_url(path="site.webmanifest") | safe }}" crossorigin>
1917
{% endif %}

0 commit comments

Comments
 (0)