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.
2 parents ccbd8af + 6985a83 commit 6706b2cCopy full SHA for 6706b2c
templates/components/members.html.twig
@@ -1,4 +1,4 @@
1
-<div class="component component--members u-full-width" data-anchor="no">
+<div class="component component--members u-full-width">
2
<div class="l-center">
3
{% block membersgridintro %}
4
<h2 class="visuallyhidden">{{ "components.members.title"|trans({}, 'w3c_website_templates_bundle') }}</h2>
templates/components/styles/crosslinks.html.twig
@@ -7,7 +7,7 @@
7
<p>{{ crosslinks['text'] }}</p>
8
{% endblock %}
9
</div>
10
- <ul class="clean-list" role="presentation" data-anchor="no">
+ <ul class="clean-list" role="presentation">
11
{% for crosslink in crosslinks['links'] %}
12
{{ include('@W3CWebsiteTemplates/components/styles/crosslink.html.twig', {'crosslink': crosslink}) }}
13
{% endfor %}
0 commit comments