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

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

11
templates/rss-item.tpl Normal file
View file

@ -0,0 +1,11 @@
<item>
<title>%%Title%%</title>
<description>
<![CDATA[
%%Description%%
]]>
</description>
<guid>%%Url%%</guid>
<link>%%Url%%</link>
<pubDate>%%Date%%</pubDate>
</item>