]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/blogpost.tmpl
need to build to get the pot
[ikiwiki.git] / templates / blogpost.tmpl
index 1b93adc14c69f1fb6c3e29830a0b30e4a3ed958e..9fbf9a769d287e9bf3c433bd740aba49342d68b2 100644 (file)
@@ -1,7 +1,10 @@
 <form action="<TMPL_VAR CGIURL>" method="get">
 <div id="blogform">
 <TMPL_IF NAME="RSSURL">
-<a class="rssbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF NAME="ATOMURL">
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
 </TMPL_IF>
 <input type="hidden" name="do" value="blog" />
 <input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>" />