feat: add card shortcodes

This commit is contained in:
Xin
2023-07-28 22:10:48 +01:00
parent 50b1b7db68
commit ba1257a188
5 changed files with 54 additions and 9 deletions

View File

@ -0,0 +1,3 @@
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: 3;">
{{ .Inner }}
</div>