Skip to content

Commit b982df5

Browse files
committed
add some ids
1 parent e67cee6 commit b982df5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

templates/components/evangelists.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% if (title is defined and title) or (introduction is defined and introduction) %}
33
<div class="component--evangelists__text">
44
{% if (title is defined and title) %}
5-
<h2 class="txt-earth">{{ title }}</h2>
5+
<h2 class="txt-earth" id="contact">{{ title }}</h2>
66
{% endif %}
77
{% if (introduction is defined and introduction) %}
88
{{ introduction|raw }}

templates/components/groups_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% if (list_title is defined and list_title) or (list_introduction is defined and list_introduction) %}
44
<div class="component--group-list__intro">
55
{% if (list_title is defined and list_title) %}
6-
<h2>{{ list_title }}</h2>
6+
<h2 id="groups">{{ list_title }}</h2>
77
{% endif %}
88
{% if (list_introduction is defined and list_introduction) %}
99
<p>{{ list_introduction }}</p>

templates/components/recent-activities.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="l-center">
33
<div class="component component--columns component--columns--images">
44
{% if title is not empty %}
5-
<h2 class="txt-earth">{{ title }}</h2>
5+
<h2 class="txt-earth" id="activities">{{ title }}</h2>
66
{% endif %}
77
{% if introduction is not empty %}
88
<p>{{ introduction }}</p>
@@ -23,4 +23,4 @@
2323
</ul>
2424
</div>
2525
</div>
26-
</div>
26+
</div>

0 commit comments

Comments
 (0)