We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955fa28 commit 1bb1682Copy full SHA for 1bb1682
1 file changed
layouts/partials/breadcrumbs.html
@@ -12,7 +12,9 @@
12
{{ else }}
13
{{ $label = (replaceRE "\\.[hH]tml$" "" $element) }}
14
{{ end }}
15
- <a href='{{ $href }}'>{{ $label }}</a>
+ {{ if ne (lower $label) "index" }}
16
+ <a href='{{ $href }}'>{{ $label }}</a>
17
+ {{ end }}
18
19
20
</span>
0 commit comments