13 lines
257 B
XML
13 lines
257 B
XML
<item>
|
|
<guid>{{ site_url }}/{{ year }}/{{ slug }}.html</guid>
|
|
<title>{{ title }}</title>
|
|
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
|
|
<description>
|
|
<![CDATA[
|
|
<p>
|
|
{{ content }}
|
|
</p>
|
|
]]>
|
|
</description>
|
|
<pubDate>{{ rfc_2822_date }}</pubDate>
|
|
</item>
|