Init
This commit is contained in:
9
themes/hextra/layouts/_shortcodes/steps.html
Normal file
9
themes/hextra/layouts/_shortcodes/steps.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- /*
|
||||
A shortcode for creating a step list.
|
||||
|
||||
@example {{% steps %}}{{% /steps %}}
|
||||
*/ -}}
|
||||
|
||||
<div class="hextra-steps hx:ml-4 hx:mb-12 hx:ltr:border-l hx:rtl:border-r hx:border-gray-200 hx:ltr:pl-6 hx:rtl:pr-6 hx:dark:border-neutral-800 [counter-reset:step]">
|
||||
{{- .Inner -}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user