Skip to content

Commit 944ab9c

Browse files
committed
website: udpate contributors page.
1 parent 22f1caf commit 944ab9c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

template/contributors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<p>
191191
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用 <a href="https://github.com/jaywcjlove/github-action-contributors">action-contributors</a> 创建。
192192
</p>
193-
<h1>镜像网站</h1>
193+
<h1 id="镜像网站">镜像网站</h1>
194194
<div class="links">
195195
<a target="_blank" href="https://linux.srebro.cn/">srebro.cn</a>
196196
<a target="_blank" href="https://getaifun.com/linux">getaifun.com</a>

template/styl/index.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ mq-mobile = "screen and (max-width: 479px)"
171171
&.home {
172172
border-top 0
173173
}
174+
div {
175+
font-size 12px
176+
}
174177
}
175178
.header.home {
176179
.header_inner {

template/widget/footer.ejs

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
<a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">打赏捐赠</a> |
1212
<a href="https://github.com/jaywcjlove/linux-command" target="_blank">Github</a> |
1313
<a href="https://jaywcjlove.github.io/linux-command/" target="_blank">短地址:https://git.io/linux</a>
14-
<br />
15-
收藏本站请使用 Ctrl+D 或者Command+d
16-
<br /> 共搜集到
17-
<span id="commands_info">
18-
<%=describe.command_length?describe.command_length:''%>
19-
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
2014
<div>
21-
推荐自己的<a href="https://github.com/jaywcjlove/linux-command/issues/649" target="_blank">镜像网站</a>
15+
收藏本站请使用 Ctrl+D 或者Command+d
16+
<br />
17+
共搜集到
18+
<span id="commands_info">
19+
<%=describe.command_length?describe.command_length:''%>
20+
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
21+
</div>
22+
<div>
23+
<a target="_blank" href="<%=relative_path%>contributors.html#镜像网站">镜像网站</a>列表,
24+
<a href="https://github.com/jaywcjlove/linux-command/issues/649" target="_blank">推荐</a>自己的镜像网站
2225
</div>
2326
</div>

0 commit comments

Comments
 (0)