Implement new RSS icon for Airy theme
authorJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 16:33:26 +0000 (18:33 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Sat, 20 Oct 2012 16:33:26 +0000 (18:33 +0200)
mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html

index 6a41cef5870269adec0d9c3f56aeac651233c63c..cf5099a2ea7bf7f97fc91cf3e497c4f11934a0c3 100644 (file)
@@ -17,7 +17,7 @@
 #}
 
 <a href="{{ feed_url }}">
-  <img src="{{ request.staticdirect('/images/icon_feed.png') }}"
+  <img src="{{ request.staticdirect('/images/icon_feed.png', 'theme') }}"
        class="media_icon" alt="{% trans %}feed icon{% endtrans %}" />
 </a>
 <a href="{{ feed_url }}">{%- trans %}Atom feed{% endtrans -%}</a>