Fix missing closing </button> tag in sidebar.html (#1304)

Ref: https://github.com/just-the-docs/just-the-docs/pull/1259#issuecomment-1655899503.
This commit is contained in:
Matt Wang 2023-07-28 12:07:01 -04:00 committed by GitHub
parent f246498a8f
commit 525742ee05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<a href="{{ '/' | relative_url }}" class="site-title lh-tight">{% include title.html %}</a>
<button id="menu-button" class="site-button btn-reset" aria-label="Toggle menu" aria-pressed="false">
<svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
</a>
</button>
</div>
<nav aria-label="Main" id="site-nav" class="site-nav">
{% assign pages_top_size = site.html_pages