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