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

5 lines
115 B
HTML

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