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

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>