jlelse
/
Indiego
Archived
1
Fork 0

Use lazy loading for photos pages too

This commit is contained in:
Jan-Lukas Else 2020-06-05 20:42:13 +02:00
parent 4370a2f9ff
commit db3dca686d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<article class="h-entry border-bottom">
{{ range .Params.images }}
<p><a href="{{ . | safeURL }}"><img src="{{ . | safeURL }}"></a></p>
<p><a href="{{ . | safeURL }}"><img src="{{ . | safeURL }}" loading="lazy"></a></p>
{{ end }}
<p><a class="u-url" href="{{ .RelPermalink }}">{{ T "read_more" }}</a></p>
</article>