thoughts/templates/rss.tpl
tommy 2a55c49b7c
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
Add templates/rss.tpl
2024-08-05 16:23:54 +00:00

10 lines
326 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>%%Title%%</title>
<description>%%Description%%</description>
<link>%%Url%%</link>
<atom:link href="%%Url%%rss.xml" rel="self" type="application/rss+xml" />
%%Items%%
</channel>
</rss>