File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1663,10 +1663,6 @@ p {
16631663.breadcrumb-layout {
16641664 position : relative;
16651665 background-color : white;
1666-
1667- .sidebar__mobile__toggle {
1668- display : none;
1669- }
16701666}
16711667
16721668.breadcrumb {
Original file line number Diff line number Diff line change 11< nav aria-label ="breadcrumb " class ="breadcrumb " data-grid ="wide ">
22 < 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 >
43 < li > < a href ="/ " alt ="NGINX Docs Home "> Home</ a > </ li >
54 {{- define "breadcrumb" -}}
65 {{- with .Parent -}}
76 {{- 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 >
98 {{- end -}}
109 {{- end -}}
1110 {{- if not .IsHome -}}
1211 {{- template "breadcrumb" . -}}
1312 {{- .Title -}}
13+ {{ end }}
1414 </ ol >
1515</ nav >
16- {{ end }}
You can’t perform that action at this time.
0 commit comments