Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 68747ea

Browse files
committed
16.10.14.13.16
1 parent eb69690 commit 68747ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh-CN/team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ sites:
154154
margin-bottom: 20px;
155155
}
156156
.lead { font-weight: bold; }
157-
.lead .name::after { content: " (lead)"; }
157+
.lead .name::after { content: " (负责人)"; }
158158
.details {
159159
display: none;
160160
position: absolute;
@@ -212,7 +212,7 @@ the [Rust security disclosure process](security.html).
212212
{% assign sitename = "github" %}
213213
{% endif %}
214214
{% assign site = page.sites[sitename] %}
215-
<li class="person {% if team.lead and team.lead == nick %}负责人{% endif %}">
215+
<li class="person {% if team.lead and team.lead == nick %}lead{% endif %}">
216216
<a href="{{ site.url | replace:'%nick',nick }}">
217217
<div class="name">{{ person.name }}</div>
218218
<div class="details">

0 commit comments

Comments
 (0)