Files
website/layouts/shortcodes/image.html
2020-07-14 11:49:41 +01:00

5 lines
172 B
HTML

<figure class="image .Get "full-width">
<img src={{ .Get "url" }}" alt={{ .Get "description" }}>
<figcaption><small>{{ .Get "caption" }}</small></figcaption>
</figure>