fix: Fix template/contributors.ejs issue.
This commit is contained in:
parent
cabc3b036a
commit
e19ed19e8f
|
|
@ -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'); %>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue