Add fetchpriority, referrerpolicy to home center image
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.center }}
|
{{ with .Params.center }}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<img class="mw-100 rounded-4 shadow" src="{{ relLangURL . }}" style="max-height: 20rem">
|
<img class="mw-100 rounded-4 shadow" fetchpriority="high" referrerpolicy="no-referrer" src="{{ relLangURL . }}" style="max-height: 20rem">
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.greeting }}
|
{{ with .Params.greeting }}
|
||||||
|
Reference in New Issue
Block a user