Add shortcut rel to favicon link

This commit is contained in:
Paweł Romanowski 2019-04-03 18:59:34 +02:00
parent a04ddb851c
commit 01bce4ff04

View file

@ -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 %}