mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Added shortcuts
This commit is contained in:
parent
644b340178
commit
3cc78f0679
16 changed files with 121 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue