summary refs log tree commit diff
path: root/_layouts/xslt.html
blob: 2bbadd6cef40ae5a6bf8dbc3c2145b51eff9cf77 (plain)
1
2
3
4
5
6
7
---
layout: default
---

{{ content }}
<xsl:apply-templates select="atom:feed/atom:entry" />
<xsl:apply-templates select="/rss/channel/item" />