_includes/header.html in minima-reboot-1.0.30 vs _includes/header.html in minima-reboot-1.0.31
- old
+ new
@@ -5,10 +5,10 @@
<a class="h4 m-0 text-dark" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
{% if page_paths %}
<nav id="nav-menu-container" class="text-right navbar-light">
<input type="checkbox" id="nav-trigger" class="d-none"/>
- <label for="nav-trigger" role="button" class="m-2 d-inline-block d-md-none navbar-toggler-icon">
+ <label for="nav-trigger" aria-label="button" class="m-2 d-inline-block d-md-none navbar-toggler-icon">
</label>
<div id="nav-menu" class="d-none d-md-block">
{% for path in page_paths %}
{% assign my_page = site.pages | where: "path", path | first %}