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.

16 lines
534 B

  1. ---
  2. layout: default
  3. ---
  4. <xsl:choose>
  5. <xsl:when test="xsl:stylesheet">
  6. 这是本站XML文件(例如订阅源或者<a href="/sitemap.xml">Sitemap</a>)的样式文件,你可以通过以下链接订阅该博客:<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:otherwise>
  16. </xsl:choose>

Powered by TurnKey Linux.