tw-runner
Version:
Run and manage Tower Website projects with this utility.
8 lines • 320 B
HTML
<nav class="box box-sm">
<ol id="breadcrumbs" class="px-4 flex flex-wrap justify-center gap-1">
{{- range .Ancestors.Reverse }}
<li class="btn-link text-nowrap"><a href="{{ .Permalink }}">{{ .Title }}</a></li> <span>/</span>
{{- end }}
<li class="font-thin text-nowrap">{{ .Title }}</li>
</ol>
</nav>