Skip to content

Commit 2fef971

Browse files
authored
remove anchor from spec title
1 parent 9f42b07 commit 2fef971

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)