aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-11 20:41:41 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-14 13:58:41 +0100
commit80302e5aaad623f53d9a393db553c439fbb0d8cf (patch)
treeefc34a369aa5591c168fcf996b6f617de313edfc /src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
parent1c282b1da0491cda620e03ab92c00341aa80e18b (diff)
downloadwallabag-80302e5aaad623f53d9a393db553c439fbb0d8cf.tar.gz
wallabag-80302e5aaad623f53d9a393db553c439fbb0d8cf.tar.zst
wallabag-80302e5aaad623f53d9a393db553c439fbb0d8cf.zip
Changed display for material theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
index a046f7cf..cd4ed3fa 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
@@ -14,7 +14,9 @@
14 <header class="w600p center mbm"> 14 <header class="w600p center mbm">
15 <h1 class="logo"> 15 <h1 class="logo">
16 {% block logo %} 16 {% block logo %}
17 <img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" /> 17 <a title="{{ 'menu.left.back_to_unread'|trans }}" href="{{ path('unread') }}">
18 <img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" />
19 </a>
18 {% endblock %} 20 {% endblock %}
19 </h1> 21 </h1>
20 </header> 22 </header>