Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
347 B

  1. ---
  2. layout: xslt
  3. title: 订阅预览
  4. ---
  5. <h1>订阅预览</h1>
  6. <p>这是一个订阅源(Feed)。 复制当前URL到任何支持 Atom/RSS 的阅读器,即可订阅本博客的最新文章。
  7. <br />
  8. 以下为其内容预览:</p>
  9. <hr />
  10. <xsl:apply-templates select="atom:feed/atom:entry" />
  11. <xsl:apply-templates select="/rss/channel/item" />

Powered by TurnKey Linux.