Skip to content

Commit f0d0a79

Browse files
committed
remove heading anchor on user card
1 parent 0b276a8 commit f0d0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/listings/people/user.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<div class="not-sidebar">
44
<div>
5-
<{{ heading|default('h3') }} id="{{ user.login }}" class="{{ heading_class|default('txt-mars') }}">
5+
<{{ heading|default('h3') }} id="{{ user.login }}" class="{{ heading_class|default('txt-mars') }}" data-anchor="no">
66
{% block name %}
77
{% block given %}{{ user.given }}{% endblock%}
88
{% block family %}{{ user.family }}{% endblock %}

0 commit comments

Comments
 (0)