We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b276a8 commit f0d0a79Copy full SHA for f0d0a79
templates/components/listings/people/user.html.twig
@@ -2,7 +2,7 @@
2
<div>
3
<div class="not-sidebar">
4
5
- <{{ 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">
6
{% block name %}
7
{% block given %}{{ user.given }}{% endblock%}
8
{% block family %}{{ user.family }}{% endblock %}
0 commit comments