Skip to content

Commit 32e788b

Browse files
committed
fix variable name
1 parent 70213c3 commit 32e788b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<li><a href="{{ relative_root_path }}{% link setup.md %}">Setup</a></li>
5050

5151
{% comment %} Show lesson episodes for lessons. {% endcomment %}
52-
{% if lesson_episodes.length > 0 %}
52+
{% if lesson_episodes.size > 0 %}
5353
<li class="dropdown">
5454
<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>
5555
<ul class="dropdown-menu">

0 commit comments

Comments
 (0)