This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/layout/item.xml

14 lines
438 B
XML
Raw Normal View History

2020-09-21 15:49:58 +00:00
<item>
<title>{{ title }}</title>
<author>papatutuwawa [a] polynom.me</author>
2020-09-21 15:49:58 +00:00
<link>https://{{ blog_url }}/{{ slug }}.html</link>
<guid isPermaLink="true">https://{{ blog_url }}/{{ slug }}.html</guid>
2020-09-21 15:49:58 +00:00
<description>
2021-01-02 11:03:49 +00:00
<![CDATA[
{{ content }}
]]>
2020-09-21 15:49:58 +00:00
</description>
<source url="https://{{ blog_url }}/feed.xml">{{ blog_title }}</source>
2020-09-21 15:49:58 +00:00
<pubDate>{{ rfc_2822_date }}</pubDate>
</item>