Skip to content

Commit 70a34e1

Browse files
committed
Move GSoC 2019 section to the Archives.
1 parent 9452a15 commit 70a34e1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

templates/layout.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,11 @@
6767
{% endfor %}
6868
</div>
6969
</li>
70-
<li class="nav-item dropdown {% if this.is_child_of('/gsoc-2019') %} active{% endif%}">
71-
<a class="nav-link" href="#" id="navbarGSoCDropdown" role="button">GSoC 2019</a>
72-
<div class="dropdown-menu" aria-labelledby="navbarGSoCDropdown">
73-
{% for href, title in [
74-
['/gsoc-2019', 'General Information'],
75-
['/gsoc-2019/project-ideas/all', 'Project Ideas'],
76-
['/gsoc-2019/student-expectations', 'Student Expectations'],
77-
['/gsoc-2019/application-instructions', 'Application Instructions'],
78-
] %}
79-
<a class="dropdown-item" href="{{ href|url }}">{{ title }}</a>
80-
{% endfor %}
81-
</div>
82-
</li>
8370
<li class="nav-item dropdown {% if this.is_child_of('/archives') %} active{% endif%}">
8471
<a class="nav-link" href="#" id="navbarArchivesDropdown" role="button">Archives</a>
8572
<div class="dropdown-menu" aria-labelledby="navbarArchivesDropdown">
8673
{% for href, title in [
74+
['/gsoc-2019', 'GSoC 2019'],
8775
['/archives/old-tech-blog', 'CC Tech Blog (2007-2014)'],
8876
['https://lists.ibiblio.org/pipermail/cc-devel/', 'cc-devel mailing list (2005-2015)'],
8977
] %}

0 commit comments

Comments
 (0)