You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
376 B
HTML
12 lines
376 B
HTML
{{ $page := . }}
|
|
|
|
{{ with .Ancestors }}
|
|
<nav aria-label="{{ i18n `paige_breadcrumb` }}" class="d-flex justify-content-center mt-3" id="paige-breadcrumb">
|
|
<ol class="breadcrumb">
|
|
{{ range .Reverse }}
|
|
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
|
{{ end }}
|
|
</ol>
|
|
</nav>
|
|
{{ end }}
|