website/layouts/shortcodes/images.html
2024-09-23 23:01:01 +02:00

4 lines
180 B
HTML
Executable file

<figure class="post-figure" data-width="{{.Get "width" }}">
<img src="{{ .Get "src" }}" alt="{{ .Get "caption" }}">
<figcaption>{{ .Get "caption" }}</figcaption>
</figure>