[ehn] add favicons for vimeo, soundcloud, twitter and youtube

This commit is contained in:
pw3t 2014-01-15 22:25:10 +01:00
parent fdb6fac214
commit a8ec7fe6a4
8 changed files with 20 additions and 6 deletions

View file

@ -2,7 +2,7 @@
{% if result['favicon'] %}
<div style="float:left; margin:2px;">
<img width="24" height="24" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
<img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
</div>
{% endif %}