You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
<?xml version="1.0" encoding="utf-8"?> |
|
<rss version="2.0"> |
|
<channel> |
|
<title>Trees' Street - Blog</title> |
|
<link>https://trees.st/blog</link> |
|
<description>Trees' personal blog</description> |
|
<category>personal</category> |
|
<copyright>CC-BY-SA 4.0</copyright> |
|
<language>en-us</language> |
|
{% for post in posts %} |
|
{% include post %} |
|
{% endfor %} |
|
</channel> |
|
</rss>
|
|
|