summaryrefslogtreecommitdiff
path: root/layout/item.xml
blob: 65b9679c7c73d76e1a5e876ab4cdfd109d53a33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<item>
<title>{{ title }}</title>
<link>{{ site_url }}/{{ blog }}/{{ slug }}/</link>
<description>
<![CDATA[
<p>
{{ summary }}&nbsp;<a href="{{ site_url }}/{{ blog }}/{{ slug }}/">...</a>
</p>
<p><a href="{{ site_url }}/{{ blog }}/{{ slug }}/">Read More</a></p>
]]>
</description>
<pubDate>{{ date }}</pubDate>
</item>