aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_top.twig
blob: d3e35aa3f360f995ad12927d84417f47dd8630f5 (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>