Skip to content

Commit 259b804

Browse files
committed
Chore: Merge branch 'main' into replace-title-with-linktitle
2 parents e5e6956 + 7290345 commit 259b804

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

assets/css/v2/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

layouts/partials/breadcrumb.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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 -}}

0 commit comments

Comments
 (0)