first commit
This commit is contained in:
12
scripts/templates/rss_item.xml
Normal file
12
scripts/templates/rss_item.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<item>
|
||||
<title>$title$</title>
|
||||
<link>https://ailyaut.com/$url$</link>
|
||||
<description>$preview$</description>
|
||||
<category>posts</category>
|
||||
|
||||
<guid>https://ailyaut.com/$url$</guid>
|
||||
<dc:creator>Ailyaut</dc:creator>
|
||||
<pubDate>$date$</pubDate>
|
||||
<image>https://ailyaut.com/$thumb$</image>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user