X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=themes%2Fbaggy%2Fview.twig;h=ebc30b693760ab91f17ee6071bda703f73b85a8c;hb=3ff449c13a2576d6f20750d80bc180498cae19be;hp=bad8ced18a7eeb5d73ee56b8bb84e762f77314ef;hpb=25f9c668348ae8d15e557bafc0e4aff2e2477e87;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index bad8ced1..ebc30b69 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -5,22 +5,34 @@ {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} {% block content %} {% include '_highlight.twig' %} + {% block toolbar %}
+ {% endblock %} +

{{ entry.title|raw }}

@@ -32,7 +44,8 @@ {{ content | raw }}
- + {{ block('toolbar') }} + -{% endblock %} \ No newline at end of file +{% endblock %}