mirror of
https://github.com/imfing/hextra.git
synced 2025-07-03 20:27:11 -04:00
feat: add filetree component for shortcode
chore: update tailwind config and move hugo_stats
This commit is contained in:
5
layouts/shortcodes/filetree/container.html
Normal file
5
layouts/shortcodes/filetree/container.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="hextra-filetree mt-6 select-none text-sm text-gray-800 dark:text-gray-300 not-prose">
|
||||
<div class="inline-block rounded-lg border px-4 py-2 dark:border-neutral-800">
|
||||
{{- .Inner -}}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user