Rinkusu/layouts/shortcodes/figcaption.html

3 lines
82 B
HTML
Raw Permalink Normal View History

2024-07-24 20:36:18 +00:00
<div class="text-center text-secondary m-2">
{{ .Inner | markdownify }}
</div>