17 lines
547 B
XML
17 lines
547 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>https://{{ blog_url }}/</link>
|
||
|
<link href="https://{{ blog_url }}/" />
|
||
|
<description>{{ blog_description }}</description>
|
||
|
<author>
|
||
|
<name>{{ author_name }}</name>
|
||
|
<email>{{ email_user }} [a] {{ email_domain }}</email>
|
||
|
<uri>https://{{ blog_url }}/about.html</uri>
|
||
|
</author>
|
||
|
|
||
|
{{ content }}
|
||
|
</channel>
|
||
|
</rss>
|