Skip to content

Commit 0b276a8

Browse files
committed
move staff ids to the heading
1 parent fb5b1d1 commit 0b276a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="l-sidebar card--user">
2-
<div id="{{ user.login }}">
2+
<div>
33
<div class="not-sidebar">
44
<div>
5-
<{{ heading|default('h3') }} class="{{ heading_class|default('txt-mars') }}">
5+
<{{ heading|default('h3') }} id="{{ user.login }}" class="{{ heading_class|default('txt-mars') }}">
66
{% block name %}
77
{% block given %}{{ user.given }}{% endblock%}
88
{% block family %}{{ user.family }}{% endblock %}

0 commit comments

Comments
 (0)