使用 RSS 作为默认订阅输出

This commit is contained in:
Liang Ding
2015-10-01 12:52:17 +08:00
parent f501b81929
commit 8765bba96c
27 changed files with 36 additions and 36 deletions

View File

@@ -69,10 +69,10 @@
</div>
</#if>
<a rel="alternate" href="${servePath}/blog-articles-feed.do" class="user side-tile">
<a rel="alternate" href="${servePath}/blog-articles-rss.do" class="user side-tile">
<span data-ico="&#xe135;"></span>
<div class="text">
${atomLabel}
RSS
</div>
</a>

View File

@@ -12,7 +12,7 @@
<meta http-equiv="Window-target" content="_top" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}-responsive${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
<link href="${servePath}/blog-articles-rss.do" title="RSS" type="application/rss+xml" rel="alternate" />
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
${htmlHead}
</#macro>

View File

@@ -33,10 +33,10 @@
</div>
</#if>
<a rel="alternate" href="${servePath}/blog-articles-feed.do" class="atom side-tile">
<a rel="alternate" href="${servePath}/blog-articles-rss.do" class="atom side-tile">
<span data-ico="&#xe135;"></span>
<div class="title">
${atomLabel}
RSS
</div>
</a>