Skip to content

Commit b626e58

Browse files
committed
crosslinks are not part of the <main> so they don't get the anchor automatically
1 parent dc6245c commit b626e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)