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

5 lines
92 B
HTML
Raw Normal View History

2020-11-23 18:56:53 +01:00
<figure>
<img src="{{ .Get "src" }}">
2020-11-23 18:56:53 +01:00
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>