diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-09-12 02:37:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-09-12 02:37:36 +0000 |
commit | d48d5fd5878470850118b2fc9477f2cea359ec1e (patch) | |
tree | e325e4252de37bdf82f664b592eaaedcffe5f3a5 /templates | |
parent | update pioto (diff) | |
download | planet-d48d5fd5878470850118b2fc9477f2cea359ec1e.tar.gz planet-d48d5fd5878470850118b2fc9477f2cea359ec1e.tar.bz2 planet-d48d5fd5878470850118b2fc9477f2cea359ec1e.zip |
Hackergotchi support
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rss20.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl index 5559191..8ee3336 100644 --- a/templates/rss20.xml.tmpl +++ b/templates/rss20.xml.tmpl @@ -13,7 +13,7 @@ <guid><TMPL_VAR id ESCAPE="HTML"></guid> <link><TMPL_VAR link ESCAPE="HTML"></link> <TMPL_IF content> - <description><TMPL_VAR content ESCAPE="HTML"></description> + <description><TMPL_IF channel_face><img src="http://planet.gentoo.org/images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth>" height="<TMPL_VAR channel_faceheight>"alt="" align="right" style="float: right;"></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> |