fix: Fix template/contributors.ejs issue.

This commit is contained in:
jaywcjlove 2022-02-14 10:57:30 +08:00
parent cabc3b036a
commit e19ed19e8f
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@
<%- include('widget/search',{type: "list"}); %>
<div class="contributors">
<h1>Contributors</h1>
<div><%=describe.contributors ? describe.contributors : '' %></div>
<div><%-describe.contributors ? describe.contributors : '' %></div>
<p>
数据来源于 <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>创建。
</p>
</div>
<%- include('widget/footer',{type: "list"}); %>
<%- include('partial/footer'); %>

View File

@ -15,5 +15,5 @@
<br /> 共搜集到
<span id="commands_info">
<%=describe.command_length?describe.command_length:''%>
</span> 个Linux命令超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
</span> 个Linux命令超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
</div>