This commit is contained in:
Van
2019-03-16 12:09:57 +08:00
parent d540b3a920
commit 32d9065772
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">