This commit is contained in:
Yax 2019-08-23 20:42:26 +02:00
parent f8ddfb09e2
commit d18e556f2d
4 changed files with 13 additions and 2 deletions

12
layout/rss_item.xml Normal file
View file

@ -0,0 +1,12 @@
<item>
<title>{{ title }}</title>
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
<description>
<![CDATA[
<p>
{{ content }}
</p>
]]>
</description>
<pubDate>{{ rfc_2822_date }}</pubDate>
</item>