diff options
author | Brian Evans <grknight@gentoo.org> | 2018-07-19 10:25:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-07-19 10:25:10 -0400 |
commit | 91d839ca9f3b9096fbbeccc944932a5244574ffc (patch) | |
tree | af8e4d228faa76c2893b4acc9bc0c61505ada095 | |
parent | Add transparent gentoo logo (diff) | |
download | planet-91d839ca9f3b9096fbbeccc944932a5244574ffc.tar.gz planet-91d839ca9f3b9096fbbeccc944932a5244574ffc.tar.bz2 planet-91d839ca9f3b9096fbbeccc944932a5244574ffc.zip |
Use the new gentoo logo
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index d046fa0..293cbba 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -138,7 +138,7 @@ Views expressed in the content published here do not necessarily represent the v ### The actual blog entries <div id="content" class="col-md-9"> <div class="media"> -<div class="media-left"><img src="/images/gentoo.gif" class="media-object"></div> +<div class="media-left"><img src="/images/gentoo.png" class="media-object"></div> <div class="media-body"><TMPL_VAR description><TMPL_VAR owner_name></div> </div><br /> |