summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-05-07 16:28:01 +0000
committerSteve Dibb <beandog@gentoo.org>2009-05-07 16:28:01 +0000
commitca25799e96138012f8c02ca51ab32f755aea381e (patch)
tree652ccb915ff54e42c7c1c5ee861fc8b93eaca651 /templates/rss20.xml.tmpl
parentupdate fauli (diff)
downloadplanet-ca25799e96138012f8c02ca51ab32f755aea381e.tar.gz
planet-ca25799e96138012f8c02ca51ab32f755aea381e.tar.bz2
planet-ca25799e96138012f8c02ca51ab32f755aea381e.zip
gravatar support for rss feed
Diffstat (limited to 'templates/rss20.xml.tmpl')
-rw-r--r--templates/rss20.xml.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl
index edc390b..0754cf4 100644
--- a/templates/rss20.xml.tmpl
+++ b/templates/rss20.xml.tmpl
@@ -13,7 +13,7 @@
<guid isPermaLink="false"><TMPL_VAR id ESCAPE="HTML"></guid>
<link><TMPL_VAR link ESCAPE="HTML"></link>
<TMPL_IF content>
- <description><TMPL_IF channel_face>&lt;img src=&quot;http://planet.gentoo.org/images/<TMPL_VAR channel_face ESCAPE="HTML">&quot; width=&quot;<TMPL_VAR channel_facewidth>&quot; height=&quot;<TMPL_VAR channel_faceheight>&quot; alt=&quot;&quot; align=&quot;right&quot; style=&quot;float: right;&quot;&gt;</TMPL_IF><TMPL_VAR content ESCAPE="HTML"></description>
+ <description><TMPL_IF channel_gravatar>&lt;img src=&quot;http://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&amp;r=pg&amp;d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2Ftux.png&quot; alt=&quot;&quot; align=&quot;right&quot; style=&quot;float: right;&quot;&gt;</TMPL_IF><TMPL_VAR content ESCAPE="HTML"></description>
</TMPL_IF>
<pubDate><TMPL_VAR date_822></pubDate>
<dc:creator><TMPL_VAR channel_name> (<TMPL_VAR channel_username>)</dc:creator>