summary refs log tree commit diff
path: root/_layouts/xslt.html
diff options
context:
space:
mode:
authormayx2025-06-25 05:43:23 +0000
committermayx2025-06-25 05:43:23 +0000
commit833fcb15ad09922e080044488c717d4b9065e00d (patch)
tree5f5d19b416d4ce3828375f5f907f17d9e5ee02af /_layouts/xslt.html
parent2e4dee01e97c27f6e299614195646a18ecbfe16c (diff)
Update 4 files
- /_layouts/xslt_container.html
- /_layouts/default.html
- /_layouts/xslt.html
- /feed.xslt.xml
Diffstat (limited to '_layouts/xslt.html')
-rw-r--r--_layouts/xslt.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/xslt.html b/_layouts/xslt.html
new file mode 100644
index 0000000..2bbadd6
--- /dev/null
+++ b/_layouts/xslt.html
@@ -0,0 +1,7 @@
+---
+layout: default
+---
+
+{{ content }}
+<xsl:apply-templates select="atom:feed/atom:entry" />
+<xsl:apply-templates select="/rss/channel/item" />
\ No newline at end of file