]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/_top.twig
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
[github/wallabag/wallabag.git] / themes / default / _top.twig
index 4100f7c46577fa40f9421562870af20af2359f9e..083be1527a00200ddf7f49120b549ea58eec56ac 100644 (file)
@@ -1,7 +1,7 @@
         <header class="w600p center mbm">
             <h1>
-                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %}
-                {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
+                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
+                {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                 {% endif %}
             </h1>
-        </header>
\ No newline at end of file
+        </header>