summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/img.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/img.html')
-rw-r--r--layouts/shortcodes/img.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html
index 4978358..c58d63a 100644
--- a/layouts/shortcodes/img.html
+++ b/layouts/shortcodes/img.html
@@ -1,5 +1,7 @@
+<!-- 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 -->