mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-10 11:25:04 -05:00
8 lines
401 B
Twig
8 lines
401 B
Twig
<header class="w600p center mbm">
|
|
<h1>
|
|
{% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="logo poche" />{% endblock %}
|
|
{% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
|
|
{% endif %}
|
|
</h1>
|
|
</header>
|