Update 4 files

- /_layouts/xslt_container.html
- /_layouts/default.html
- /_layouts/xslt.html
- /feed.xslt.xml
This commit is contained in:
mayx
2025-06-25 05:43:23 +00:00
parent 2e4dee01e9
commit 833fcb15ad
4 changed files with 74 additions and 115 deletions

7
_layouts/xslt.html Normal file
View File

@@ -0,0 +1,7 @@
---
layout: default
---
{{ content }}
<xsl:apply-templates select="atom:feed/atom:entry" />
<xsl:apply-templates select="/rss/channel/item" />