8 lines
235 B
HTML
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> |