Modify footer info.
This commit is contained in:
parent
e1c6a35609
commit
c7caaa437c
|
|
@ -1,10 +1,15 @@
|
||||||
<div class="footer <%if(type=='index'){%> footer_index <%}%>">
|
<div class="footer <%if(type=='index'){%> footer_index <%}%>">
|
||||||
收藏本站请使用Ctrl+D或者Command+d
|
|
||||||
<br />
|
|
||||||
<a target="_blank" href="https://github.com/jaywcjlove/linux-command/new/master/command">添加命令</a> |
|
<a target="_blank" href="https://github.com/jaywcjlove/linux-command/new/master/command">添加命令</a> |
|
||||||
<a href="<%=relative_path%>hot.html">命令列表</a> |
|
<a href="<%=relative_path%>hot.html">命令列表</a> |
|
||||||
<a href="https://github.com/jaywcjlove/oscnews">Chrome 插件</a>
|
<a href="https://github.com/jaywcjlove/oscnews">Chrome 插件</a> |
|
||||||
<br> 共搜集到
|
<a href="https://github.com/jaywcjlove/linux-command/releases/tag/v1.0.0">Alfred</a> |
|
||||||
|
<a href="http://jaywcjlove.gitee.io/linux-command/">开源中国Web版</a>
|
||||||
|
<br />
|
||||||
|
<a href="https://github.com/jaywcjlove/linux-command">Github</a> |
|
||||||
|
<a href="https://jaywcjlove.github.io/linux-command/">短地址:https://git.io/linux</a>
|
||||||
|
<br />
|
||||||
|
收藏本站请使用Ctrl+D或者Command+d
|
||||||
|
<br /> 共搜集到
|
||||||
<span id="commands_info">
|
<span id="commands_info">
|
||||||
<%=describe.command_length?describe.command_length:''%>
|
<%=describe.command_length?describe.command_length:''%>
|
||||||
</span> 个Linux命令
|
</span> 个Linux命令
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue