feat: add blog_options and rss feed generation
This commit is contained in:
8
app/server/rss/template.xml
Normal file
8
app/server/rss/template.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>$TITLE</title>
|
||||
<description>$DESCRIPTION</description>
|
||||
<link>$LINK</link>
|
||||
<channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user