summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-05-07 18:22:47 +0000
committerSteve Dibb <beandog@gentoo.org>2009-05-07 18:22:47 +0000
commit01a5037f4c2c891caaed860319ac155db254e488 (patch)
treef1de93914a9d487ccec16bf3dcaad8d24b92b69a /templates/rss20.xml.tmpl
parentadd link for atom feed (diff)
downloadplanet-01a5037f4c2c891caaed860319ac155db254e488.tar.gz
planet-01a5037f4c2c891caaed860319ac155db254e488.tar.bz2
planet-01a5037f4c2c891caaed860319ac155db254e488.zip
support custom faces and gravatars
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 0754cf4..5ed28a9 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_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>
+ <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%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>tux.png</TMPL_IF>&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>