File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1663,10 +1663,6 @@ p {
1663
1663
.breadcrumb-layout {
1664
1664
position : relative;
1665
1665
background-color : white;
1666
-
1667
- .sidebar__mobile__toggle {
1668
- display : none;
1669
- }
1670
1666
}
1671
1667
1672
1668
.breadcrumb {
Original file line number Diff line number Diff line change 1
1
< nav aria-label ="breadcrumb " class ="breadcrumb " data-grid ="wide ">
2
2
< ol class ="breadcrumb ">
3
- < button class ="sidebar__mobile__toggle " aria-label ="sidebar__mobile__toggle " aria-expanded ="false "> {{ partial "lucide" (dict "context" . "icon" "align-justify") }}</ button >
4
3
< li > < a href ="/ " alt ="NGINX Docs Home "> Home</ a > </ li >
5
4
{{- define "breadcrumb" -}}
6
5
{{- with .Parent -}}
7
6
{{- template "breadcrumb" . -}}
8
- < li > {{- if .IsHome -}}< a href ="{{ .RelPermalink }} "> {{ .Site.Title}}</ a > {{ else }}< a href ="{{ .RelPermalink }} "> {{ .Title }}{{ end }}</ a > </ li >
7
+ < li > {{- if .IsHome -}}< a href ="{{ .RelPermalink }} "> {{ .Site.Title }}</ a > {{ else }}< a href ="{{ .RelPermalink }} "> {{ .Title }}{{ end }}</ a > </ li >
9
8
{{- end -}}
10
9
{{- end -}}
11
10
{{- if not .IsHome -}}
You can’t perform that action at this time.
0 commit comments