Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 30, 2023
1 parent 905c137 commit 301083b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/docs/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</a>
</div>
<div class="docs-nav-subnavs border-start mt-2 collapse {{ if or $active $expand}} show{{ end }}{{ if $active }} border-primary{{ end }}" id="{{ $sectionId }}">
<ul class="btn-toggle-nav list-unstyled fw-normal ms-2 small">
<div class="btn-toggle-nav fw-normal ms-2 small">
{{ template "walk-nav" (dict "section" . "page" $page) }}
</ul>
</div>
</div>
</li>
{{- else -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="{{- partialCached "functions/container-class" . .FirstSection -}}">
{{- if eq .Type "docs" }}
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDocsNav"
aria-controls="offcanvasDocsCatalog" aria-expanded="false" aria-label="Toggle docs navigation">
aria-expanded="false" aria-label="Toggle docs navigation">
<i class="fas fa-bars"></i>
</button>
{{- end }}
Expand Down

0 comments on commit 301083b

Please sign in to comment.