diff options
Diffstat (limited to '_layouts/xslt.html')
-rw-r--r-- | _layouts/xslt.html | 7 |
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 |