Skip to content

Commit 61b0d0f

Browse files
committed
add more ids
1 parent b982df5 commit 61b0d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/components/evangelists.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="component component--evangelists" data-anchor="no">
1+
<div class="component component--evangelists">
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) %}

templates/components/groups_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="u-full-width component component--group-list" data-anchor="no">
1+
<div class="u-full-width component component--group-list">
22
<div class="l-center">
33
{% if (list_title is defined and list_title) or (list_introduction is defined and list_introduction) %}
44
<div class="component--group-list__intro">

0 commit comments

Comments
 (0)