blob: 89cf8c90bb9bc101d11de4549d17e06774542b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>{{ title }}</title>
<link>{{ site_url }}/</link>
<description>Lorenzo Torres' personal website</description>
{{ content }}
</channel>
</rss>
|