summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/img.html
blob: 4978358705614a3af19ec49751dfd035a4d7aab2 (plain)
1
2
3
4
5
<img src="{{ .Get "src" }}"
     {{- with .Get "alt" }} alt="{{ . }}"{{ end }}
     {{- with .Get "width" }} width="{{ . }}"{{ end }}
     {{- with .Get "height" }} height="{{ . }}"{{ end }}
     {{- with .Get "class" }} class="{{ . }}"{{ end }}>