aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_top.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:58:40 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:58:40 +0100
commit943ac3c77ec1dd93d14a780b25fa147d0f882760 (patch)
tree2c22e26e4066a97f0548d97531aabccbd3fe7abd /themes/baggy/_top.twig
parent83b47311ba0b8383da7955723a694b0fb3819062 (diff)
downloadwallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.tar.gz
wallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.tar.zst
wallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.zip
new theme, baggy one cf #448
Diffstat (limited to 'themes/baggy/_top.twig')
-rw-r--r--themes/baggy/_top.twig7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/baggy/_top.twig b/themes/baggy/_top.twig
new file mode 100644
index 00000000..4f476a37
--- /dev/null
+++ b/themes/baggy/_top.twig
@@ -0,0 +1,7 @@
1 <header class="w600p center mbm">
2 <h1 class="logo">
3 {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/{{theme}}/img/logo-w.png" alt="logo poche" />{% endblock %}
4 {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
5 {% endif %}
6 </h1>
7 </header>