cupper-hugo-theme/themes/infusion/layouts/shortcodes/figure.html

8 lines
281 B
HTML

{{ $caption := .Get "caption" }}
<figure role="group" aria-describedby="caption-{{ $caption | base64Encode | truncate 20 "" }}">
{{ .Inner }}
<figcaption id="caption-{{ $caption | base64Encode | truncate 20 "" }}">
{{ .Get "caption" | safeHTML }}
</figcaption>
</figure>