add favicon.ico; 样式调整;

This commit is contained in:
jaywcjlove 2016-12-01 15:24:15 +08:00
parent 4f2fa16eee
commit 6b0a38281e
4 changed files with 14 additions and 1 deletions

View File

@ -4,7 +4,11 @@
<div class="markdown-body">
<% if(md_path){ %>
<a class="edit_btn" href="https://github.com/jaywcjlove/linux-command/edit/master/<%=md_path%>">编辑</a>
<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>

View File

@ -6,6 +6,7 @@
<meta name="description" content="<%=describe.n?describe.n+':':''%><%=describe.d?describe.d+' - ':''%>最专业的Linux命令大全内容包含Linux命令手册、详解、学习值得收藏的Linux命令速查手册。">
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册<%=describe.n?','+describe.n:''%>">
<title><%=describe.n?describe.n+' - ':''%>Linux Command</title>
<link rel="shortcut icon" href="<%=relative_path%>img/favicon.ico">
<link rel="stylesheet" type="text/css" href="<%=relative_path%>css/index.css">
</head>
<body>

BIN
template/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -6,6 +6,14 @@ div.markdown-body
float right
top 48px
z-index 2
.split{
display inline-block
height 13px
vertical-align middle
width 1px
border-left 1px solid #dfdfdf
margin -1px 0 0 0
}
}
padding 30px 35px 30px 35px
word-wrap break-word