mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 17:44:23 +01:00
Add: figure caption shortcode
This commit is contained in:
parent
f6f627f2d2
commit
05f1198dfb
1 changed files with 3 additions and 0 deletions
3
layouts/shortcodes/figcaption.html
Normal file
3
layouts/shortcodes/figcaption.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="text-center text-secondary m-2">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Loading…
Reference in a new issue