Skip to content

Commit c955588

Browse files
committed
4
1 parent 9e41a0a commit c955588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/navbar.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<li class="dropdown">
1515
<a class="dropdown-toggle" data-toggle="dropdown" href="/index.html" id="wg_menu">Projects<span class="caret"></span></a>
1616
<ul class="dropdown-menu" aria-labelledby="activities_menu">
17-
{% for workinggroup in site.gsocprojects.2021 %}
17+
{% for workinggroup in site.gsocprojects %}
1818
<li><a href="{{ workinggroup.url }}">{{ workinggroup.title }}</a></li>
1919
{% endfor %}
2020
</ul>

0 commit comments

Comments
 (0)