Skip to content

Commit 47ec7d8

Browse files
committed
Update indentation and linebreaks
1 parent 6d8f9f6 commit 47ec7d8

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

themes/vocabulary_theme/templates/layout.html

+19-12
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
<nav class="navbar">
4545
<div class="navbar-brand">
4646
<a class="has-text-black" href="{{ '/'|url }}">
47-
<svg class="logo margin-top-big" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet"
47+
<svg
48+
class="logo margin-top-big"
49+
xmlns="http://www.w3.org/2000/svg"
50+
preserveAspectRatio="xMidYMid meet"
4851
viewBox="0 0 304 73">
4952
<use href="#opensource"></use>
5053
</svg>
@@ -61,8 +64,8 @@
6164
Blog
6265
</a>
6366
<div class="navbar-item has-dropdown is-hoverable">
64-
<a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}">Contribute<i
65-
class="icon caret-down"></i></a>
67+
<a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}">
68+
Contribute<i class="icon caret-down"></i></a>
6669
<div class="navbar-dropdown">
6770
{% for href, title in [
6871
['/contributing-code', 'Contribution Guidelines'],
@@ -71,13 +74,13 @@
7174
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
7275
['/contributing-code/cc-search', 'CC Search'],
7376
] %}
74-
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
77+
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
7578
{% endfor %}
7679
</div>
7780
</div>
7881
<div class="navbar-item has-dropdown is-hoverable">
79-
<a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}">Community<i
80-
class="icon caret-down"></i></a>
82+
<a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}">
83+
Community<i class="icon caret-down"></i></a>
8184
<div class="navbar-dropdown is-active">
8285
{% for href, title in [
8386
['/community', 'Join the Community'],
@@ -89,13 +92,13 @@
8992
['/community/code-of-conduct', 'Code of Conduct'],
9093
['/community/code-of-conduct/enforcement', 'Code of Conduct Enforcement'],
9194
] %}
92-
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
95+
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
9396
{% endfor %}
9497
</div>
9598
</div>
9699
<div class="navbar-item has-dropdown is-hoverable">
97-
<a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}">Internships<i
98-
class="icon caret-down"></i></a>
100+
<a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}">
101+
Internships<i class="icon caret-down"></i></a>
99102
<div class="navbar-dropdown">
100103
{% for href, title in [
101104
['/internships', 'Overview'],
@@ -105,7 +108,7 @@
105108
['/internships/mentor-guide', 'Mentor Guide'],
106109
['/internships/history', 'History'],
107110
] %}
108-
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
111+
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
109112
{% endfor %}
110113
</div>
111114
</div>
@@ -146,10 +149,14 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
146149
<div class="columns">
147150
<div class="column is-one-quarter">
148151
<a href="https://creativecommons.org" class="main-logo margin-bottom-bigger">
149-
<span class="has-text-white"><svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet"
152+
<span class="has-text-white">
153+
<svg
154+
xmlns="http://www.w3.org/2000/svg"
155+
preserveAspectRatio="xMidYMid meet"
150156
viewBox="0 0 304 73">
151157
<use href="#logomark"></use>
152-
</svg></span>
158+
</svg>
159+
</span>
153160
</a>
154161
<div>
155162
<address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address>

0 commit comments

Comments
 (0)