update
parent
0125d50009
commit
fa02f6007c
|
@ -20,16 +20,16 @@ weight: 0
|
|||
|
||||
## 主要人员
|
||||
|
||||
{{< gh-profile "kenchiu233" "可橙" >}}
|
||||
{{< gh-profile "kenchiu233" >}}
|
||||
创始人
|
||||
|
||||
{{< gh-profile "CoelacanthusHex" "Coelacanthus" >}} {{< email "coelacanthus@outlook.com" >}}
|
||||
{{< gh-profile "CoelacanthusHex" >}} {{< email "coelacanthus@outlook.com" >}}
|
||||
站点与代码维护
|
||||
|
||||
{{< gh-profile "saeziae" "山前" >}} {{< email "i@estela.cn" >}}
|
||||
{{< gh-profile "saeziae" >}} {{< email "i@estela.cn" >}}
|
||||
药物板块、长三角地区编辑维护,镜像维护,外文翻译
|
||||
|
||||
{{< gh-profile "llh721113" "珺妍" >}} {{< email "llh721113@outlook.com" >}}
|
||||
{{< gh-profile "llh721113" >}} {{< email "llh721113@outlook.com" >}}
|
||||
北京地区编辑维护
|
||||
|
||||
{{< gh-profile "septs" >}} {{< email "mtfwiki@septs.email" >}}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{- with getJSON (printf "https://api.github.com/users/%s" (.Get 0)) -}}
|
||||
<a style="color:unset;text-decoration:none" href="{{ .html_url }}" title="{{ .login }}">
|
||||
<img src="{{ .avatar_url }}" style="display:inline;height:2em;vertical-align:middle;border-radius:50%">
|
||||
<b>{{ $name | default .login }}</b>
|
||||
<b>{{ $name | default .name }}</b>
|
||||
<i class="bi bi-github"></i>
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in New Issue