4o1x5.dev/layouts/shortcodes/filetree/file.html
2005 84df8d1671 remote deployments blog:
added a whole guide for getting started with nix remote deployments
fixed shortcodes view (still needs work)
2024-05-07 22:40:10 +02:00

9 lines
237 B
HTML

{{- $name := .Get "name" -}}
<li class="hx-flex hx-list-none folder">
<span class="hx-inline-flex hx-cursor-default hx-items-center hx-py-1">
<span class="ltr:hx-ml-1 rtl:hx-mr-1">{{ $name | markdownify }}</span>
</span>
</li>