14 lines
438 B
XML
14 lines
438 B
XML
<item>
|
|
<title>{{ title }}</title>
|
|
<author>papatutuwawa [a] polynom.me</author>
|
|
<link>https://{{ blog_url }}/{{ slug }}.html</link>
|
|
<guid isPermaLink="true">https://{{ blog_url }}/{{ slug }}.html</guid>
|
|
<description>
|
|
<![CDATA[
|
|
{{ content }}
|
|
]]>
|
|
</description>
|
|
<source url="https://{{ blog_url }}/feed.xml">{{ blog_title }}</source>
|
|
<pubDate>{{ rfc_2822_date }}</pubDate>
|
|
</item>
|