Skip to content

Commit

Permalink
add more ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Oct 18, 2024
1 parent b982df5 commit 61b0d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/components/evangelists.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="component component--evangelists" data-anchor="no">
<div class="component component--evangelists">
{% if (title is defined and title) or (introduction is defined and introduction) %}
<div class="component--evangelists__text">
{% if (title is defined and title) %}
Expand Down
2 changes: 1 addition & 1 deletion templates/components/groups_list.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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">
Expand Down

0 comments on commit 61b0d0f

Please sign in to comment.