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.
Title
LinkTitle
1 parent 2df8d01 commit 5c0c579Copy full SHA for 5c0c579
layouts/partials/hb/modules/breadcrumb/ancestor.html
@@ -3,6 +3,6 @@
3
{{- with .Params.nav_icon }}
4
{{- partial "icons/icon" (merge . (dict "color" "" "className" "me-1")) }}
5
{{- end }}
6
- {{- cond .IsHome (i18n "hb_breadcrumb_home") .Title -}}
+ {{- cond .IsHome (i18n "hb_breadcrumb_home") .LinkTitle -}}
7
</a>
8
</li>
layouts/partials/hb/modules/breadcrumb/index.html
@@ -12,7 +12,7 @@
12
13
14
15
- {{- .Title -}}
+ {{- .LinkTitle -}}
16
17
18
</ol>
0 commit comments