Skip to content

Commit 0cb5dac

Browse files
committed
FIX: fix navbar native
1 parent defc5df commit 0cb5dac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mpl_sphinx_theme/mpl_nav_bar.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
{% if theme_native_site %}
1+
{% if theme_native_site == "True" %}
32
<ul id="navbar-main-elements" class="navbar-nav">
43
<li class="nav-item">
54
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot types</a>

0 commit comments

Comments
 (0)