aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/_top.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:44:59 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:44:59 +0200
commiteaf2c769be6f1a052994ac6f9f5b5a5221596b12 (patch)
tree608403633579a094c90a92cb1dd1beafe4f2fcb9 /tpl/_top.twig
parentce4a1dcc193d3124fc51c4942137621d3d806a19 (diff)
parent2230a38cd678259947ccaffecee579604822d1cf (diff)
downloadwallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.tar.gz
wallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.tar.zst
wallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.zip
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
Diffstat (limited to 'tpl/_top.twig')
-rw-r--r--tpl/_top.twig6
1 files changed, 5 insertions, 1 deletions
diff --git a/tpl/_top.twig b/tpl/_top.twig
index ae01cc3f..dc20081e 100644
--- a/tpl/_top.twig
+++ b/tpl/_top.twig
@@ -1,3 +1,7 @@
1 <header class="w600p center mbm"> 1 <header class="w600p center mbm">
2 <h1><a href="./" title="{% trans "back to home" %}" ><img src="./tpl/img/logo.png" alt="logo poche" /></a></h1> 2 <h1>
3 {% if view == 'home' %}{% block logo %}<img src="./tpl/img/logo.png" alt="logo poche" />{% endblock %}
4 {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
5 {% endif %}
6 </h1>
3 </header> \ No newline at end of file 7 </header> \ No newline at end of file