使用 RSS 作为默认订阅输出
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
<a href="${servePath}/tags.html">Tags</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="alternate" href="${servePath}/blog-articles-feed.do">
|
||||
Atom
|
||||
<a rel="alternate" href="${servePath}/blog-articles-rss.do">
|
||||
RSS
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
<link href='http://fonts.useso.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css' charset="utf-8" />
|
||||
<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-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>
|
Reference in New Issue
Block a user