linux-command/template/footer.ejs

23 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="footer <%if(type=='index'){%> footer_index <%}%>">
<a target="_blank" href="https://github.com/jaywcjlove/linux-command/new/master/command">添加命令</a> |
<a href="<%=relative_path%>hot.html">命令列表</a> |
<a href="https://github.com/jaywcjlove/oscnews">Chrome 插件</a> |
<a href="https://github.com/jaywcjlove/linux-command/releases">Alfred</a> |
<a href="https://github.com/roachsinai/krunner-linuxcommands">Krunner</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">
<%=describe.command_length?describe.command_length:''%>
</span> 个Linux命令
</div>
<script>
var _hmt = _hmt || []; (function() {var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a542c0213a9aa8ae29fccdc8a18b91ef"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script>
<script type="text/javascript" src="<%=relative_path%>js/dt.js?v=<%=new Date().getTime()%>"></script>
<script type="text/javascript" src="<%=relative_path%>js/index.js?v=<%=new Date().getTime()%>"></script>
</body>
</html>