diff options
Diffstat (limited to 'layouts/shortcodes/img-nz-lazy.html')
-rw-r--r-- | layouts/shortcodes/img-nz-lazy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/img-nz-lazy.html b/layouts/shortcodes/img-nz-lazy.html index bba88b6..54a2f8b 100644 --- a/layouts/shortcodes/img-nz-lazy.html +++ b/layouts/shortcodes/img-nz-lazy.html @@ -2,4 +2,4 @@ <p><div class="image-wrapper ratio-{{ index .Params 0 }}"> <img class="lazyload" data-src="{{ index .Params 2 | relURL | safeURL }}" alt="{{ index .Params 1 }}" /> </div></p> -{{- end -}}
\ No newline at end of file +{{- end -}} |