diff options
author | Luc Didry <luc@didry.org> | 2019-10-09 18:20:26 +0200 |
---|---|---|
committer | Luc Didry <luc@didry.org> | 2019-10-11 10:40:25 +0200 |
commit | 7a4c375ebfae5aa43c663b1084acfb68f61b30b8 (patch) | |
tree | 82565b6007334585cd5c79c9bfc06d1f6d471b8e /src | |
parent | afe486531d4dfffff7522efecdff1bcf18d13994 (diff) | |
download | wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.tar.gz wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.tar.zst wallabag-7a4c375ebfae5aa43c663b1084acfb68f61b30b8.zip |
✨ Allow custom styles system wide
Should fix #4060
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/base.html.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index c0eecd57..befe2ef2 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig | |||
@@ -43,6 +43,7 @@ | |||
43 | 43 | ||
44 | {% block css %} | 44 | {% block css %} |
45 | {% endblock %} | 45 | {% endblock %} |
46 | <link rel="stylesheet" href="{{ asset('custom.css') }}"> | ||
46 | {% block scripts %} | 47 | {% block scripts %} |
47 | <script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script> | 48 | <script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script> |
48 | <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script> | 49 | <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script> |