1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Allow custom styles system wide

Should fix #4060
This commit is contained in:
Luc Didry 2019-10-09 18:20:26 +02:00
parent afe486531d
commit 7a4c375ebf
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
3 changed files with 9 additions and 2 deletions

View file

@ -43,6 +43,7 @@
{% block css %}
{% endblock %}
<link rel="stylesheet" href="{{ asset('custom.css') }}">
{% block scripts %}
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>