aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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>