mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 16:01:26 -04:00
feat: add card shortcodes
This commit is contained in:
3
layouts/shortcodes/cards.html
Normal file
3
layouts/shortcodes/cards.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: 3;">
|
||||
{{ .Inner }}
|
||||
</div>
|
Reference in New Issue
Block a user