File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
{% if (title is defined and title ) or (introduction is defined and introduction ) %}
3
3
<div class =" component--evangelists__text" >
4
4
{% if (title is defined and title ) %}
5
- <h2 class =" txt-earth" >{{ title }}</h2 >
5
+ <h2 class =" txt-earth" id = " contact " >{{ title }}</h2 >
6
6
{% endif %}
7
7
{% if (introduction is defined and introduction ) %}
8
8
{{ introduction | raw }}
Original file line number Diff line number Diff line change 3
3
{% if (list_title is defined and list_title ) or (list_introduction is defined and list_introduction ) %}
4
4
<div class =" component--group-list__intro" >
5
5
{% if (list_title is defined and list_title ) %}
6
- <h2 >{{ list_title }}</h2 >
6
+ <h2 id = " groups " >{{ list_title }}</h2 >
7
7
{% endif %}
8
8
{% if (list_introduction is defined and list_introduction ) %}
9
9
<p >{{ list_introduction }}</p >
Original file line number Diff line number Diff line change 2
2
<div class =" l-center" >
3
3
<div class =" component component--columns component--columns--images" >
4
4
{% if title is not empty %}
5
- <h2 class =" txt-earth" >{{ title }}</h2 >
5
+ <h2 class =" txt-earth" id = " activities " >{{ title }}</h2 >
6
6
{% endif %}
7
7
{% if introduction is not empty %}
8
8
<p >{{ introduction }}</p >
23
23
</ul >
24
24
</div >
25
25
</div >
26
- </div >
26
+ </div >
You can’t perform that action at this time.
0 commit comments