aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-11-19 14:25:41 +0100
committerGitHub <noreply@github.com>2019-11-19 14:25:41 +0100
commit48b0163d247554d7e2f1ec63b717c8216ea9ec59 (patch)
tree4c60a101a3fedd2b87a27e4771d6123be152153e /src
parent8668796106b856ca041512af27268ce6e49d2caf (diff)
parent7a4c375ebfae5aa43c663b1084acfb68f61b30b8 (diff)
downloadwallabag-48b0163d247554d7e2f1ec63b717c8216ea9ec59.tar.gz
wallabag-48b0163d247554d7e2f1ec63b717c8216ea9ec59.tar.zst
wallabag-48b0163d247554d7e2f1ec63b717c8216ea9ec59.zip
Merge pull request #4151 from ldidry/fix-4060
✨ Allow custom styles system wide
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/base.html.twig1
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>