You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/layout/rss.xml

11 lines
322 B
XML

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