Browse Source

Add shortcut rel to favicon link

master
Paweł Romanowski 5 years ago
parent
commit
01bce4ff04
  1. 2
      templates/index.html

2
templates/index.html

@ -15,7 +15,7 @@
{% endif -%} {% endif -%}
{%- if config.extra.favicon %} {%- if config.extra.favicon %}
<link rel="icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") }}" href="{{ config.extra.favicon }}"> <link rel="shortcut icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") }}" href="{{ config.extra.favicon }}">
{% endif -%} {% endif -%}
{%- block extra_head %} {%- block extra_head %}

Loading…
Cancel
Save