Skip to content

Commit

Permalink
Fix link to logo in RSS template
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjames committed Feb 24, 2014
1 parent f23699a commit 9c7dfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rss.tpl
Expand Up @@ -9,7 +9,7 @@
<ttl>60</ttl>
<generator>Newscoop</generator>
<image>
<url>{{ url static_file="_img/logo.png" }}</url>
<url>{{ url static_file="assets/img/logo.png" }}</url>
<title>{{$gimme->publication->name}}</title>
<link>http://{{$gimme->publication->site}}</link>
</image>
Expand All @@ -34,4 +34,4 @@
</item>
{{/list_articles}}
</channel>
</rss>
</rss>

0 comments on commit 9c7dfdb

Please sign in to comment.