Skip to content

Commit 6d4385f

Browse files
authored
Merge pull request #13 from jklymak/fix-native-site
FIX: native site
2 parents c99c2a7 + 8480259 commit 6d4385f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/mpl_nav_bar.html

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

0 commit comments

Comments
 (0)