This commit is contained in:
Van 2019-03-16 12:09:57 +08:00
parent d540b3a920
commit 32d9065772
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
3 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
<link href="${servePath}/rss.xml" title="RSS" type="application/rss+xml" rel="alternate" />
<link rel="icon" type="image/png" href="${servePath}/favicon.png" />
<link rel="apple-touch-icon" href="${servePath}/images/logo.png">
<link rel="apple-touch-icon" href="${servePath}/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="${servePath}/favicon.png">
<link rel="manifest" href="${servePath}/manifest.json">
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">

File diff suppressed because one or more lines are too long

View File

@ -513,6 +513,7 @@ a:active, a:focus, a:hover {
}
&__toc {
display: none;
position: fixed;
top: 100px;
max-width: 200px;