Skip to content

Commit

Permalink
remove heading anchor on user card
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Oct 30, 2024
1 parent 0b276a8 commit f0d0a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/listings/people/user.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="not-sidebar">
<div>
<{{ heading|default('h3') }} id="{{ user.login }}" class="{{ heading_class|default('txt-mars') }}">
<{{ heading|default('h3') }} id="{{ user.login }}" class="{{ heading_class|default('txt-mars') }}" data-anchor="no">
{% block name %}
{% block given %}{{ user.given }}{% endblock%}
{% block family %}{{ user.family }}{% endblock %}
Expand Down

0 comments on commit f0d0a79

Please sign in to comment.