Update 4 files

- /_layouts/xslt.html
- /_layouts/xslt_container.html
- /sitemap.xsl
- /feed.xslt.xml
This commit is contained in:
mayx
2025-06-26 03:21:48 +00:00
parent dddeb23c41
commit 0afcae7cd8
4 changed files with 26 additions and 5 deletions

View File

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