summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media/images/larrythecow.gifbin0 -> 4181 bytes
-rw-r--r--media/images/tux.pngbin9191 -> 0 bytes
-rw-r--r--templates/index.html.tmpl2
-rw-r--r--templates/rss20.xml.tmpl2
4 files changed, 2 insertions, 2 deletions
diff --git a/media/images/larrythecow.gif b/media/images/larrythecow.gif
new file mode 100644
index 0000000..a96c996
--- /dev/null
+++ b/media/images/larrythecow.gif
Binary files differ
diff --git a/media/images/tux.png b/media/images/tux.png
deleted file mode 100644
index 96506b6..0000000
--- a/media/images/tux.png
+++ /dev/null
Binary files differ
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 9277b65..f8ea3b8 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -106,7 +106,7 @@ a.k.a. <b><TMPL_VAR channel_username></b>
<table width="100%" style="table-layout:fixed"><tr><td>
<div class="entrycontent"><p>
<TMPL_IF channel_gravatar>
-<img class="face" src="http://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&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>" alt="" align="right">
+<img class="face" src="http://www.gravatar.com/avatar/<TMPL_VAR channel_gravatar ESCAPE="HTML">.jpg?s=100&r=pg&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2F<TMPL_IF channel_face><TMPL_VAR channel_face ESCAPE="HTML"><TMPL_ELSE>larrythecow.gif</TMPL_IF>" alt="" align="right">
</TMPL_IF>
<TMPL_VAR content>
</p>
diff --git a/templates/rss20.xml.tmpl b/templates/rss20.xml.tmpl
index 5ed28a9..4c61278 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%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>
+ <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>larrythecow.gif</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>