diff options
Diffstat (limited to 'layouts/shortcodes/img-nz.html')
-rw-r--r-- | layouts/shortcodes/img-nz.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/img-nz.html b/layouts/shortcodes/img-nz.html index 175dc5b..0033b14 100644 --- a/layouts/shortcodes/img-nz.html +++ b/layouts/shortcodes/img-nz.html @@ -2,4 +2,4 @@ <p> <img src="{{ index .Params 1 | relURL | safeURL }}" alt="{{ index .Params 0 }}" /> </p> -{{- end -}}
\ No newline at end of file +{{- end -}} |