We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52597a5 commit 70213c3Copy full SHA for 70213c3
1 file changed
_includes/navbar.html
@@ -49,6 +49,7 @@
49
<li><a href="{{ relative_root_path }}{% link setup.md %}">Setup</a></li>
50
51
{% comment %} Show lesson episodes for lessons. {% endcomment %}
52
+ {% if lesson_episodes.length > 0 %}
53
<li class="dropdown">
54
<a href="{{ relative_root_path }}/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Episodes <span class="caret"></span></a>
55
<ul class="dropdown-menu">
@@ -64,6 +65,7 @@
64
65
<li><a href="{{ relative_root_path }}{% link aio.md %}">All in one page (Beta)</a></li>
66
</ul>
67
</li>
68
+ {% endif %}
69
{% endif %}
70
71
{% comment %} Show extras for lessons or if this is the main workshop-template repo (where they contain documentation). {% endcomment %}
0 commit comments