File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
< div class ="col-9 ">
16
16
< nav class ="navbar navbar-expand-md navbar-dark ">
17
17
{% 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 >
19
21
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent "
20
22
aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
21
23
< span class ="navbar-toggler-icon "> </ span >
34
36
</ li >
35
37
{% endfor %}
36
38
< 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 >
38
40
< div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
39
41
{% for href, title in [
40
42
['/gsoc-2019/project-ideas/all', 'Project Ideas'],
41
43
['/gsoc-2019/application-instructions', 'Application Instructions'],
42
44
] %}
43
45
< a class ="dropdown-item " href ="{{ href|url }} "> {{ title }}</ a >
44
46
{% endfor %}
45
- <!-- <a class="dropdown-item" href="#">Action</a> -->
46
47
</ div >
47
48
</ li >
48
49
</ ul >
49
- </ div >
50
50
</ nav >
51
51
</ div >
52
52
</ div >
You can’t perform that action at this time.
0 commit comments