Remove the page breadcrumb because it's not used
This commit is contained in:
parent
d1154de459
commit
461772c1f0
2 changed files with 0 additions and 51 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue