We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b982df5 commit 61b0d0fCopy full SHA for 61b0d0f
templates/components/evangelists.html.twig
@@ -1,4 +1,4 @@
1
-<div class="component component--evangelists" data-anchor="no">
+<div class="component component--evangelists">
2
{% if (title is defined and title) or (introduction is defined and introduction) %}
3
<div class="component--evangelists__text">
4
{% if (title is defined and title) %}
templates/components/groups_list.html.twig
-<div class="u-full-width component component--group-list" data-anchor="no">
+<div class="u-full-width component component--group-list">
<div class="l-center">
{% if (list_title is defined and list_title) or (list_introduction is defined and list_introduction) %}
<div class="component--group-list__intro">
0 commit comments