X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=dacdb9ca7437d6286bcf9a7188efd7089860733d;hb=09d8bb6fa26b881da478df4c7b97620cb7aea0d0;hp=1742b4aa664e4f78bfc6b7479aa303a7fa272a37;hpb=e008c037f53324b931f027483f9f1053171109c5;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index 1742b4aa..dacdb9ca 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -38,14 +38,16 @@ - {% block css %}{% endblock %} + {% block css %} + {% endblock %} {% block scripts %} + {% endblock %} - {% block title %}{% endblock %} + wallabag - {% block title %}{% endblock %} {% endblock %} @@ -69,7 +71,11 @@ {% block footer %}{% endblock %}
- You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to our issues list and open a new if necessary + You're trying wallabag v2, which is in beta version. If you find a bug, please have a look to our issues list and open a new one if necessary.
+ + {% if craue_setting('piwik_enabled') %} + {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} + {% endif %}