blob: ff82e73cca762230318149b5d1e6626642138629 (
plain)
1
2
3
4
5
6
7
|
{{/* https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/breadcrumbs.html */}}
<ul class="breadcrumbs">
{{- range .Ancestors.Reverse }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{- end -}}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
</ul>
|