Add high fetchpriority to headshot

This commit is contained in:
blaine-t 2024-09-06 00:54:31 -05:00
parent d9656515f6
commit d63f8df674
No known key found for this signature in database
GPG key ID: 8D281DF6BDB25B4A

View file

@ -14,7 +14,7 @@
{%- set image_path = get_url(path=header.img, trailing_slash=false) | safe -%}
{%- endif -%}
<div id="image-container-home">
<img alt="{{ header.img_alt | default(value="the owner") }}" id="banner-home-img" src="{{ image_path }}" />
<img fetchpriority="high" alt="{{ header.img_alt | default(value="the owner") }}" id="banner-home-img" src="{{ image_path }}" />
</div>
{%- endif -%}
</div>