Skip to content

Commit bbda13e

Browse files
committed
Merge branch 'master' of github.com:creativecommons/creativecommons.github.io-source
2 parents 6ef03d5 + fc9879c commit bbda13e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/layout.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<div class="col-9">
1616
<nav class="navbar navbar-expand-md navbar-dark">
1717
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
18-
<a class="navbar-brand" href="#"><img src="{{ cc_logo|url }}"></a>
18+
<a class="navbar-brand" href="#">
19+
<img src="{{ cc_logo|url }}">
20+
</a>
1921
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
2022
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
2123
<span class="navbar-toggler-icon"></span>
@@ -34,19 +36,17 @@
3436
</li>
3537
{% endfor %}
3638
<li class="nav-item dropdown {% if this.is_child_of('/gsoc-2019') %} active{% endif%}">
37-
<a class="nav-link" href="/gsoc-2019/" id="navbarDropdown" role="button">Google Summer of Code 2019</a>
39+
<a class="nav-link" href="/gsoc-2019/" id="navbarDropdown" role="button">GSoC 2019</a>
3840
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
3941
{% for href, title in [
4042
['/gsoc-2019/project-ideas/all', 'Project Ideas'],
4143
['/gsoc-2019/application-instructions', 'Application Instructions'],
4244
] %}
4345
<a class="dropdown-item" href="{{ href|url }}">{{ title }}</a>
4446
{% endfor %}
45-
<!-- <a class="dropdown-item" href="#">Action</a> -->
4647
</div>
4748
</li>
4849
</ul>
49-
</div>
5050
</nav>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)