Files
paige-hugo/layouts/shortcodes/paige/code.html
2022-12-31 22:29:44 -08:00

7 lines
286 B
HTML

<figure class="align-items-center d-flex flex-column">
{{ highlight .Inner (.Get 0 | default (.Get "lang")) (.Get 2 | default (.Get "options")) }}
{{ with (.Get 1 | default (.Get "caption")) }}
<figcaption class="figure-caption">{{ . }}</figcaption>
{{ end }}
</figure>