Add templates/rss.tpl
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled

This commit is contained in:
Tommy 2024-08-05 16:23:54 +00:00
parent fb719c7d7c
commit 2a55c49b7c
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

10
templates/rss.tpl Normal file
View file

@ -0,0 +1,10 @@
<?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>