vodoraslo.xyz/themes/lugo/layouts/partials/breadcrumbs.html
2023-05-18 18:28:55 +03:00

5 lines
No EOL
156 B
HTML

<div class="breadcrumbs">
<nav>{{- range .Ancestors.Reverse }}<a href="{{ .RelPermalink }}">{{ .Title }}</a> /&#160 {{- end }} {{ .Title }}</nav>
</div>