summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 6036cd71..fb2e73be 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -107,8 +107,8 @@ 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_face>
-<img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right">
+<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%2Ftux.png" alt="" align="right">
</TMPL_IF>
<TMPL_VAR content>
</p>