website/layouts/shortcodes/images.html

5 lines
180 B
HTML
Raw Permalink Normal View History

2024-08-17 16:07:36 +02:00
<figure class="post-figure" data-width="{{.Get "width" }}">
<img src="{{ .Get "src" }}" alt="{{ .Get "caption" }}">
<figcaption>{{ .Get "caption" }}</figcaption>
</figure>