mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-20 05:02:01 +00:00
12 lines
347 B
XML
12 lines
347 B
XML
---
|
||
layout: xslt
|
||
title: 订阅预览
|
||
---
|
||
|
||
<h1>订阅预览</h1>
|
||
<p>这是一个订阅源(Feed)。 复制当前URL到任何支持 Atom/RSS 的阅读器,即可订阅本博客的最新文章。
|
||
<br />
|
||
以下为其内容预览:</p>
|
||
<hr />
|
||
<xsl:apply-templates select="atom:feed/atom:entry" />
|
||
<xsl:apply-templates select="/rss/channel/item" /> |