File tree Expand file tree Collapse file tree 5 files changed +8
-37
lines changed
exampleSite/content/test-product/commerical Expand file tree Collapse file tree 5 files changed +8
-37
lines changed Original file line number Diff line number Diff line change 11---
22title : Commercial Feature
3+ linkTitle : Feature
34description : Commercial Feature
45nd-commercial : true
56---
Original file line number Diff line number Diff line change 11---
22title : Partial Commercial Feature
3+ linkTitle : Feature
34description : Partial Commercial Feature
45nd-commercial-partial : true
56---
Original file line number Diff line number Diff line change 1010 {{- end -}}
1111 {{- if not .IsHome -}}
1212 {{- template "breadcrumb" . -}}
13- {{- .Title -}}
13+ {{- .LinkTitle -}}
14+ {{- end -}}
1415 </ ol >
1516</ nav >
16- {{ end }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 aria-expanded ="{{ $shouldExpand }} "
2323 aria-controls ="{{ $sectionID }} "
2424 >
25- < span class ="sidebar__toggle-text "> {{ $p.Title }}</ span >
25+ < span class ="sidebar__toggle-text "> {{ $p.LinkTitle }}</ span >
2626 < span class ="sidebar__chevron {{ if $shouldExpand }}sidebar__chevron--open{{ end }} ">
2727 {{ partial "lucide" (dict "context" . "icon" "chevron-right") }}
2828 </ span >
5050 "firstSection" $p
5151 "currentUrl" $currentUrl
5252 "currentPage" $currentPage
53- "idPrefix" (printf "%s%s-" $idPrefix (urlize $p.Title ))
53+ "idPrefix" (printf "%s%s-" $idPrefix (urlize $p.LinkTitle ))
5454 ) }}
5555 </ div >
5656 </ li >
6666 aria-controls ="{{ $tocID }} "
6767 id ="{{ $linkID }} "
6868 >
69- < span > {{ $p.Title }} {{ partial "commercial-feature.html" $p }}</ span >
69+ < span > {{ $p.LinkTitle }} {{ partial "commercial-feature.html" $p }}</ span >
7070 < span class ="sidebar__chevron sidebar__chevron--open ">
7171 {{ partial "lucide" (dict "context" . "icon" "chevron-right") }}
7272 </ span >
8787 class ="sidebar__link {{ if $onPage }}sidebar__link--current{{ end }} "
8888 {{ if $onPage }}aria-current ="page "{{ end }}
8989 >
90- < span > {{ $p.Title }} {{ partial "commercial-feature.html" $p }}</ span >
90+ < span > {{ $p.LinkTitle }} {{ partial "commercial-feature.html" $p }}</ span >
9191 </ a >
9292 {{ end }}
9393 </ li >
You can’t perform that action at this time.
0 commit comments