This commit is contained in:
Liang Ding
2018-09-26 18:43:15 +08:00
parent c2c29ee936
commit f197f14243
39 changed files with 41 additions and 41 deletions

View File

@@ -65,7 +65,7 @@
</li>
</#if>
<li class="tab">
<a rel="alternate" href="${servePath}/blog-articles-rss.do">
<a rel="alternate" href="${servePath}/rss.xml">
<span class="left">RSS</span>
<span class="atom-icon"></span>
<span class="clear"></span>

View File

@@ -29,7 +29,7 @@
<meta http-equiv="Window-target" content="_top" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link href="${servePath}/blog-articles-rss.do" title="RSS" type="application/rss+xml" rel="alternate" />
<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="manifest" href="${servePath}/manifest.json">
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">