www.franconian.net/layouts/shortcodes/image.html

5 lines
163 B
HTML

<figure>
<img{{ with .Get "class" }} class="{{ . }}"{{ end }} src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>