16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
|
|
<%-include('header'); %>
|
|
<%- include('search',{type: "list"}); %>
|
|
|
|
<div class="markdown-body">
|
|
<% if(md_path){ %>
|
|
<span class="edit_btn">
|
|
<a target="_blank" href="https://github.com/jaywcjlove/linux-command/edit/master<%=md_path%>">纠正错误</a>
|
|
<span class="split"></span>
|
|
<a target="_blank" href="https://github.com/jaywcjlove/linux-command/edit/master<%=md_path%>">添加实例</a>
|
|
</span>
|
|
<% } %>
|
|
{{content}}
|
|
</div>
|
|
|
|
<%- include('footer',{type: "list"}); %> |