forked from drowl87/hextra_mirror
feat: add steps component
chore: rename breadcrumb-delimiter to chevron-right
This commit is contained in:
3
layouts/shortcodes/steps.html
Normal file
3
layouts/shortcodes/steps.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="steps ml-4 mb-12 border-l border-gray-200 pl-6 dark:border-neutral-800 [counter-reset:step]">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Reference in New Issue
Block a user