mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
Add high fetchpriority to headshot
This commit is contained in:
parent
d9656515f6
commit
d63f8df674
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue