7 lines
306 B
HTML
7 lines
306 B
HTML
{{/* 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>
|