mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
3 lines
284 B
HTML
3 lines
284 B
HTML
{{- /* Lazyload */ -}}
|
|
{{- $res := resources.Get "svg/loading.svg" | minify -}}
|
|
<img src="{{ $res.RelPermalink | safeURL }}" data-sizes="auto" data-src="{{ index . `src` | safeURL }}" alt="{{ index . `alt` }}" title="{{ index . `title` | default (index . `alt`) }}" class="lazyload">
|