aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_top.twig
blob: a31c092598e4849c137b8fff700cdbba8ee5d32c (plain) (blame)
1
2
3
4
5
6
7
        <header class="w600p center mbm">
            <h1 class="logo">
                {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}themes/{{theme}}/img/logo-w.png" alt="wallabag logo" />{% endblock %}
                {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>