Add fetchpriority, referrerpolicy to home center image

This commit is contained in:
Will Faught
2022-12-31 23:03:12 -08:00
parent ed70d87eba
commit b20b0008bc

View File

@@ -7,7 +7,7 @@
{{ end }}
{{ with .Params.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>
{{ end }}
{{ with .Params.greeting }}