Skip to content

Commit e19ed19

Browse files
committed
fix: Fix template/contributors.ejs issue.
1 parent cabc3b0 commit e19ed19

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

template/contributors.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<%- include('widget/search',{type: "list"}); %>
33
<div class="contributors">
44
<h1>Contributors</h1>
5-
<div><%=describe.contributors ? describe.contributors : '' %></div>
5+
<div><%-describe.contributors ? describe.contributors : '' %></div>
6+
<p>
7+
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用<a href="https://github.com/jaywcjlove/github-action-contributors">github-action-contributors</a>创建。
8+
</p>
69
</div>
710
<%- include('widget/footer',{type: "list"}); %>
811
<%- include('partial/footer'); %>

template/widget/footer.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<br /> 共搜集到
1616
<span id="commands_info">
1717
<%=describe.command_length?describe.command_length:''%>
18-
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 的贡献者
18+
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
1919
</div>

0 commit comments

Comments
 (0)