diff options
Diffstat (limited to 'layouts/shortcodes/img.html')
| -rw-r--r-- | layouts/shortcodes/img.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index c58d63a..4978358 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -1,7 +1,5 @@ -<!-- editorconfig-checker-disable --> <img src="{{ .Get "src" }}" {{- with .Get "alt" }} alt="{{ . }}"{{ end }} {{- with .Get "width" }} width="{{ . }}"{{ end }} {{- with .Get "height" }} height="{{ . }}"{{ end }} {{- with .Get "class" }} class="{{ . }}"{{ end }}> -<!-- editorconfig-checker-enable --> |
