Add templates/rss-item.tpl
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
Some checks failed
Export / Explore-GitHub-Actions (push) Has been cancelled
This commit is contained in:
parent
f0ea42579d
commit
fb719c7d7c
1 changed files with 11 additions and 0 deletions
11
templates/rss-item.tpl
Normal file
11
templates/rss-item.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
<item>
|
||||
<title>%%Title%%</title>
|
||||
<description>
|
||||
<![CDATA[
|
||||
%%Description%%
|
||||
]]>
|
||||
</description>
|
||||
<guid>%%Url%%</guid>
|
||||
<link>%%Url%%</link>
|
||||
<pubDate>%%Date%%</pubDate>
|
||||
</item>
|
Loading…
Reference in a new issue