Files
lazyimg/layouts/partials/lazyimg-setup.html
T

7 lines
215 B
HTML

{{- $lsPath := "lazyimg/lazysizes/lazysizes.min.js" -}}
{{- with (resources.Get $lsPath) -}}
<script src="{{ .Permalink }}" async></script>
{{- else -}}
{{ errorf "could not locate %s" $lsPath }}
{{- end }}