mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-06 10:19:31 +02:00
Add: text center shortcode
This commit is contained in:
parent
de6fcc7cd9
commit
4bf1fd5243
1 changed files with 3 additions and 0 deletions
3
layouts/shortcodes/center.html
Normal file
3
layouts/shortcodes/center.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="text-center">
|
||||
{{ .Inner }}
|
||||
</div>
|
Loading…
Add table
Reference in a new issue