mirror of
https://git.davidovski.xyz/kblg.git
synced 2024-08-15 00:43:36 +00:00
added rss
This commit is contained in:
parent
e021b7b1f8
commit
07b3876853
3 changed files with 38 additions and 3 deletions
6
templates/item.xml
Normal file
6
templates/item.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<item>
|
||||
<title>%name%</title>
|
||||
<link>https://davidovski.xyz/%url%</link>
|
||||
<pubDate>%date%</pubDate>
|
||||
<description><![CDATA[%content%]]></description>
|
||||
</item>
|
10
templates/rss.xml
Normal file
10
templates/rss.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
|
||||
<channel>
|
||||
<title>kblg</title>
|
||||
<link>https://github.com/davidovski/kblg</link>
|
||||
<description>kblg</description>
|
||||
%items%
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue