Issue #3323850 by heddn, karishmaamin, catch, Luke.Leber, smustgrave, pmeenan: Set theme logo fetchpriority to high
parent
259c2242a5
commit
c57ad6c21f
|
@ -18,7 +18,7 @@
|
|||
{% block content %}
|
||||
{% if site_logo %}
|
||||
<a href="{{ path('<front>') }}" rel="home">
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" fetchpriority="high" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site_name %}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% block content %}
|
||||
{% if site_logo %}
|
||||
<a href="{{ path('<front>') }}" rel="home" class="site-logo">
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" fetchpriority="high" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site_name %}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<div class="site-branding__inner">
|
||||
{% if site_logo %}
|
||||
<a href="{{ path('<front>') }}" rel="home" class="site-branding__logo">
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" fetchpriority="high" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site_name %}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% block content %}
|
||||
{% if site_logo %}
|
||||
<a href="{{ path('<front>') }}" rel="home">
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" fetchpriority="high" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site_name %}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% block content %}
|
||||
{% if site_logo %}
|
||||
<a href="{{ path('<front>') }}" rel="home" class="site-logo">
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" fetchpriority="high" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site_name %}
|
||||
|
|
Loading…
Reference in New Issue