X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=65857eb444d6af3f5bff3d3727352168bea5853c;hb=9717d0129889ad73716be38766faede12adc333d;hp=1742b4aa664e4f78bfc6b7479aa303a7fa272a37;hpb=26975877d76a99f6a3153d3d3b4fc6c9f32687bc;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..65857eb4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -1,51 +1,58 @@ - - - - - +{% set lang = app.request.locale|default('') -%} + + + + + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + + + {% block css %} + {% endblock %} + {% if asset_file_exists('custom.css') %} + + {% endif %} {% block scripts %} - - - + + {% endblock %} - {% block title %}{% endblock %} + {% block title %}{% endblock %} – wallabag {% endblock %} @@ -68,8 +75,8 @@ {% 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 -
+ {% if craue_setting('matomo_enabled') %} + {{ matomo(craue_setting('matomo_host'), craue_setting('matomo_site_id')) }} + {% endif %}