Skip to content

Commit

Permalink
Switch icon for RSS feed links.
Browse files Browse the repository at this point in the history
Patch from Selena, reworked for templates.
  • Loading branch information
mhagander committed Oct 23, 2008
1 parent 3899e80 commit 5a66a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/index.tmpl
Expand Up @@ -20,12 +20,12 @@
<div class="planetRightTitle">Subscriptions</div>
<ul>
% for feed in feeds:
<li><%call expr="coalescelink(feed.name, feed.blogurl)"></%call><a href="${feed.feedurl}"><img src="http://www.postgresql.org/layout/images/ico_rss.png" alt="RSS"/></a></li>
<li><%call expr="coalescelink(feed.name, feed.blogurl)"></%call><a href="${feed.feedurl}"><img src="img/feed-icon-14x14.png" alt="RSS"/></a></li>
% endfor
</ul>
<div class="planetRightTitle">Feeds</div>
<ul>
<li><a href="rss20.xml">Planet PostgreSQL</a><a href="rss20.xml"><img src="http://www.postgresql.org/layout/images/ico_rss.png" alt="rss" /></a></li>
<li><a href="rss20.xml">Planet PostgreSQL</a> <a href="rss20.xml"><img src="img/feed-icon-14x14.png" alt="rss" /></a></li>
</ul>
</div> <!-- planetRight -->
<div id="planetLeft">
Expand Down
Binary file added www/img/feed-icon-14x14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a66a00

Please sign in to comment.