summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/img.html
blob: 8685a99df3997a691e0d45771bb940ba0d66e3df (plain)
1
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' class='{{ .Get "size" }}'>