adds rss feed support to blog
This commit is contained in:
parent
6d627aa9b4
commit
d8253d3333
117 changed files with 5336 additions and 326 deletions
16
Resources/Templates/AtomFeedTemplate.xml
Normal file
16
Resources/Templates/AtomFeedTemplate.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed rel="self" xmlns="http://www.w3.org/2005/Atom">
|
||||
|
||||
<title>Rosia Evans Blog</title>
|
||||
<link href="https://rosia.me/"/>
|
||||
<updated></updated>
|
||||
<author>
|
||||
<name>Rosia Evans</name>
|
||||
</author>
|
||||
<id>https://rosia.me/</id>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</feed>
|
Loading…
Add table
Add a link
Reference in a new issue