From: Thomas Citharel Date: Sat, 7 Mar 2015 23:15:10 +0000 (+0100) Subject: added toolbar at the bottom too, let's give it a try X-Git-Tag: 1.9.1alpha1~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e139258bb1039175827c8debce6101ff0c9a5b86;p=github%2Fwallabag%2Fwallabag.git added toolbar at the bottom too, let's give it a try --- diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index a6da85d5..12024cdc 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -5,6 +5,7 @@ {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} {% block content %} {% include '_highlight.twig' %} + {% block toolbar %}
+ {% endblock %} +

{{ entry.title|raw }}

@@ -41,6 +44,7 @@ {{ content | raw }}
+ {{ block('toolbar') }}