1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-11 20:05:05 -05:00
wallabag/themes/default/_top.twig

8 lines
389 B
Twig
Raw Normal View History

2013-10-03 08:10:44 -04:00
<header class="w600p center mbm">
<h1>
{% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
2013-12-15 00:18:26 -05:00
{% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
2013-10-03 08:10:44 -04:00
{% endif %}
</h1>
2013-12-15 00:18:26 -05:00
</header>