10 lines
322 B
XML
10 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>{{ title }}</title>
|
|
<link>{{ site_url }}/</link>
|
|
<description>{{ subtitle }}</description>
|
|
<atom:link href="{{ site_url}}/rss.xml" rel="self" type="application/rss+xml" />
|
|
{{ content }}
|
|
</channel>
|
|
</rss>
|