gohugo-theme-bree/layouts/shortcodes/img.html
Serghei Iakovlev 6761dd182e
Help linter
2022-05-28 17:54:18 +02:00

7 lines
322 B
HTML

<!-- 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 -->