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

15 lines
386 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>
<description>
<![CDATA[
{{ summary }}
]]>
</description>
<pubDate>{{ rfc_2822_date }}</pubDate>
</item>