diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-11-04 01:45:30 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-11-04 01:45:30 +0000 |
commit | 30cde3efb56baedccffcd28cb382125181ed3c79 (patch) | |
tree | 06896d214fc6a8a7d6c671f525dc8f129647cc58 /templates | |
parent | Allow cia usernames to differ from gentoo ones, and set sebastians cia username. (diff) | |
download | planet-30cde3efb56baedccffcd28cb382125181ed3c79.tar.gz planet-30cde3efb56baedccffcd28cb382125181ed3c79.tar.bz2 planet-30cde3efb56baedccffcd28cb382125181ed3c79.zip |
Add Gentoo news feed
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 6e48dfb..0c59412 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -87,10 +87,12 @@ Views expressed in the content published here do not necessarily represent the v <span class="personheading"> <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a> </span> +<TMPL_IF channel_username> a.k.a. <b><TMPL_VAR channel_username></b> (<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>, <a href="http://cia.navi.cx/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>, <a href="http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">bugs</a>) +</TMPL_IF> </div> </TMPL_IF> |