summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 20:17:08 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 20:44:54 +0200
commita41f74faf15901add15ac81849806e628d807a0f (patch)
treec58d1d325617355a6c212f0d1ec90b04d4e133e0 /layouts/shortcodes
parent9691f9f817ce10087edce2a602eec0b272b71230 (diff)
downloadgohugo-theme-ed-a41f74faf15901add15ac81849806e628d807a0f.tar.gz
Drop editorconfig integration, useless
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/img.html2
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 -->