diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 13:13:24 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 13:13:24 +0100 |
commit | d866e8be91de61a9b7dc40ae68c2390e0e05201d (patch) | |
tree | e8cfc000cefd4a5fcee0e0ae999923f80ae580c8 /themes/default/_top.twig | |
parent | fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db (diff) | |
download | wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.tar.gz wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.tar.zst wallabag-d866e8be91de61a9b7dc40ae68c2390e0e05201d.zip |
[change] poche logo is now at SVG format, see #373
Diffstat (limited to 'themes/default/_top.twig')
-rw-r--r-- | themes/default/_top.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_top.twig b/themes/default/_top.twig index b5f65028..083be152 100644 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | <header class="w600p center mbm"> | 1 | <header class="w600p center mbm"> |
2 | <h1> | 2 | <h1> |
3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %} | 3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %} |
4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> | 4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> |
5 | {% endif %} | 5 | {% endif %} |
6 | </h1> | 6 | </h1> |