diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-20 18:33:26 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-20 18:33:26 +0200 |
commit | f93ac9f28cf966f67af4a675a07fc79429e3095d (patch) | |
tree | fc684c6387da37c4a1591f14683dd66301fe5b17 /mediagoblin/themes | |
parent | e711d1cf7271c24597dcd7fb42746e7e474b63cb (diff) | |
download | mediagoblin-f93ac9f28cf966f67af4a675a07fc79429e3095d.tar.lz mediagoblin-f93ac9f28cf966f67af4a675a07fc79429e3095d.tar.xz mediagoblin-f93ac9f28cf966f67af4a675a07fc79429e3095d.zip |
Implement new RSS icon for Airy theme
Diffstat (limited to 'mediagoblin/themes')
-rw-r--r-- | mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html index 6a41cef5..cf5099a2 100644 --- a/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html +++ b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html @@ -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> |