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 70213c3 commit 32e788bCopy full SHA for 32e788b
1 file changed
_includes/navbar.html
@@ -49,7 +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 %}
+ {% if lesson_episodes.size > 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">
0 commit comments