16 lines
481 B
XML
16 lines
481 B
XML
|
<item>
|
||
|
<title>{{ title }}</title>
|
||
|
<link>https://{{ blog_url }}/{{ slug }}.html</link>
|
||
|
<link href="https://{{ blog_url }}/{{ slug }}.html" />
|
||
|
<guid isPermaLink="true">
|
||
|
https://{{ blog_url }}/{{ slug }}.html
|
||
|
</guid>
|
||
|
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
|
||
|
<description>
|
||
|
<![CDATA[
|
||
|
{{ summary }}
|
||
|
]]>
|
||
|
</description>
|
||
|
<pubDate>{{ rfc_2822_date }}</pubDate>
|
||
|
</item>
|