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.

18 lines
591 B

  1. ---
  2. layout: default
  3. ---
  4. <xsl:choose>
  5. <xsl:when test="xsl:stylesheet">
  6. 这是订阅预览的样式文件,你可以通过以下链接订阅该博客:<br />
  7. <ul>
  8. <li><a href="{{ site.feed.path | relative_url }}">Atom</a></li>
  9. <li><a href="/rss.xml">RSS</a></li>
  10. <li><a href="/feed.json">JSON Feed</a></li>
  11. </ul>
  12. </xsl:when>
  13. <xsl:otherwise>
  14. {{ content }}
  15. <xsl:apply-templates select="atom:feed/atom:entry" />
  16. <xsl:apply-templates select="/rss/channel/item" />
  17. </xsl:otherwise>
  18. </xsl:choose>

Powered by TurnKey Linux.