mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 18:25:37 +01:00
IGN:...
This commit is contained in:
parent
92e98d84c2
commit
a153f31b0a
1 changed files with 3 additions and 2 deletions
|
|
@ -51,8 +51,9 @@
|
|||
<a href="{{ item.feed.link }}">
|
||||
<img
|
||||
src="{{ MEDIA_URL }}/img/faces/{{ item.subscriber.shortname}}.png" alt="" />
|
||||
<br/>
|
||||
<span class="url">{{ item.feed.title }}</span>
|
||||
<div class="url">
|
||||
{{ item.feed.title|safe }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{% endifchanged %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue