Skip to content

Commit 85dd661

Browse files
authored
Merge pull request #158 from w3c/tr-spec-anchor-patch
remove anchor from spec title
2 parents cf67b6f + 2fef971 commit 85dd661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/listings/publications/tr_card.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="tr-list__item">
22
<div class="tr-list__item__header">
3-
<h3>
3+
<h3 data-anchor="no">
44
<a href="{{ spec.latestVersionUri }}">{{ spec.title }}</a>
55
</h3>
66
{% block maturity %}{% endblock %}

0 commit comments

Comments
 (0)