PaperModX/layouts/shortcodes/figure-img.html
2022-05-27 01:24:34 +08:00

6 lines
138 B
HTML

<figure class="center align-center">
{{ .Inner | markdownify }}
<figcaption><p>{{ .Get 0 | markdownify }}</p></figcaption>
</figure>