We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec0584 commit 585d285Copy full SHA for 585d285
templates/pages.html
@@ -5,7 +5,7 @@
5
<a href="/{{.Name}}" dir="auto" class="is-clearfix">
6
7
{{ with banner . }}
8
- <img src="{{.}}" class="mr-3 is-pulled-left" style="display: block; border-radius: 0.5em; object-fit: cover; object-position: 0 50%; max-height: 3em; width: 6em;" />
+ <img src="{{.}}" loading="lazy" class="mr-3 is-pulled-left" style="display: block; border-radius: 0.5em; object-fit: cover; object-position: 0 50%; max-height: 3em; width: 6em;"/>
9
{{ end }}
10
11
<span class="is-block">
0 commit comments