fix bug where navbar burger button didn't always revert to the correct light one
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
{% if page.navbar-extra %}
|
||||
{% for file in page.navbar-extra %}
|
||||
{% include {{ file }} %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if site.avatar and page.show-avatar != false %}
|
||||
|
Reference in New Issue
Block a user