]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/_top.twig
[change] poche logo is now at SVG format, see #373
[github/wallabag/wallabag.git] / themes / default / _top.twig
CommitLineData
4cc3c2ac
NL
1 <header class="w600p center mbm">
2 <h1>
d866e8be 3 {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
43c1115e 4 {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
4cc3c2ac
NL
5 {% endif %}
6 </h1>
43c1115e 7 </header>