blog/layout/feed.xml
2019-08-17 16:48:52 +02:00

12 lines
208 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>{{ title }}</title>
<link>{{ site_url }}/</link>
<description>Grow with Technology</description>
{{ content }}
</channel>
</rss>