We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1c207 commit fc9879cCopy full SHA for fc9879c
templates/layout.html
@@ -36,7 +36,7 @@
36
</li>
37
{% endfor %}
38
<li class="nav-item dropdown {% if this.is_child_of('/gsoc-2019') %} active{% endif%}">
39
- <a class="nav-link" href="/gsoc-2019/" id="navbarDropdown" role="button">Google Summer of Code 2019</a>
+ <a class="nav-link" href="/gsoc-2019/" id="navbarDropdown" role="button">GSoC 2019</a>
40
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
41
{% for href, title in [
42
['/gsoc-2019/project-ideas/all', 'Project Ideas'],
0 commit comments