Skip to content

Commit 6706b2c

Browse files
Merge branch 'feature/#469-heading-anchors' of github.com:w3c/w3c-website-templates-bundle into feature/#469-heading-anchors
2 parents ccbd8af + 6985a83 commit 6706b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/components/members.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--members u-full-width" data-anchor="no">
1+
<div class="component component--members u-full-width">
22
<div class="l-center">
33
{% block membersgridintro %}
44
<h2 class="visuallyhidden">{{ "components.members.title"|trans({}, 'w3c_website_templates_bundle') }}</h2>

templates/components/styles/crosslinks.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>{{ crosslinks['text'] }}</p>
88
{% endblock %}
99
</div>
10-
<ul class="clean-list" role="presentation" data-anchor="no">
10+
<ul class="clean-list" role="presentation">
1111
{% for crosslink in crosslinks['links'] %}
1212
{{ include('@W3CWebsiteTemplates/components/styles/crosslink.html.twig', {'crosslink': crosslink}) }}
1313
{% endfor %}

0 commit comments

Comments
 (0)