Remove the page breadcrumb because it's not used

This commit is contained in:
Eryn Wells 2024-07-23 08:54:06 -07:00
parent d1154de459
commit 461772c1f0
2 changed files with 0 additions and 51 deletions

View file

@ -1,12 +0,0 @@
<nav class="nav-breadcrumb">
<ol>
{{ range .Ancestors.Reverse }}
{{- $title := .LinkTitle -}}
{{- if .IsHome -}}
<li class="nav-breadcrumb__home"><a href="{{ .Permalink }}">{{ i18n "home" }}</a></li>
{{ else }}
<li><a href="{{ .Permalink }}">{{ $title }}</a></li>
{{- end -}}
{{ end }}
</ol>
</nav>