typo/layouts/partials/breadcrumbs.html
2024-05-06 21:53:29 +02:00

8 lines
235 B
HTML

<div class="breadcrumbs">
{{ range .Ancestors.Reverse }}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
<span class="breadcrumbs-separator"> > </span>
{{ end }}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</div>