template: Add template for atom feed
This commit is contained in:
7
template/quitesimple/feeds/atomentry
Normal file
7
template/quitesimple/feeds/atomentry
Normal file
@@ -0,0 +1,7 @@
|
||||
<entry>
|
||||
<title>{qswiki:var:entrytitle}</title>
|
||||
<link href="{qswiki:var:entryurl}"/>
|
||||
<id>{qswiki:var:entryid}</id>
|
||||
<published>{qswiki:var:entrypublished}</published>
|
||||
<content type="html">{qswiki:var:entrycontent}</content>
|
||||
</entry>
|
Reference in New Issue
Block a user