forked from wallabag/wallabag
Added shortcuts
This commit is contained in:
committed by
Thomas Citharel
parent
644b340178
commit
3cc78f0679
@ -41,6 +41,8 @@
|
||||
{% block css %}
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
|
||||
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
<title>{% block title %}{% endblock %} – wallabag</title>
|
||||
|
||||
Reference in New Issue
Block a user