Skip to content

Commit 5c0c579

Browse files
authored
fix: replace Title with LinkTitle (#205)
1 parent 2df8d01 commit 5c0c579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/hb/modules/breadcrumb/ancestor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
{{- with .Params.nav_icon }}
44
{{- partial "icons/icon" (merge . (dict "color" "" "className" "me-1")) }}
55
{{- end }}
6-
{{- cond .IsHome (i18n "hb_breadcrumb_home") .Title -}}
6+
{{- cond .IsHome (i18n "hb_breadcrumb_home") .LinkTitle -}}
77
</a>
88
</li>

layouts/partials/hb/modules/breadcrumb/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{- with .Params.nav_icon }}
1313
{{- partial "icons/icon" (merge . (dict "color" "" "className" "me-1")) }}
1414
{{- end }}
15-
{{- .Title -}}
15+
{{- .LinkTitle -}}
1616
</a>
1717
</li>
1818
</ol>

0 commit comments

Comments
 (0)