aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/views/default/_top.twig
blob: 45806f01a99c1b3806b9979325bcbcdd66d9ab01 (plain) (blame)
1
2
3
4
5
6
7
        <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="wallabag logo" />{% endblock %}
                {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>