7 lines
215 B
HTML
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 }}
|