summaryrefslogtreecommitdiffstats
path: root/templates/atom
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 21:13:38 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 21:13:38 -0400
commit807e24606414a84de80d05a042a260a47d8293d7 (patch)
treeed96920936c65c30de33762c0354a30595f02832 /templates/atom
parent29ef99d750d07bf256fe99c495eb21d0b2ba11d5 (diff)
Add templates/atom/entry.atom.
Diffstat (limited to 'templates/atom')
-rw-r--r--templates/atom/entry.atom7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/atom/entry.atom b/templates/atom/entry.atom
new file mode 100644
index 0000000..92865e0
--- /dev/null
+++ b/templates/atom/entry.atom
@@ -0,0 +1,7 @@
+ <entry>
+ <title><!-- Entry Title --></title>
+ <id>fsf.org.in:<!-- Entry Id --></id>
+ <link rel="alternate" href="<!-- Entry Link -->"></link>
+ <updated><!-- Entry Updated --></updated>
+ <content type="html"><!-- Entry Content --></content>
+ </entry>