Always load app.js and matomo script
This commit is contained in:
parent
42564e085c
commit
3d0ffa3311
1 changed files with 25 additions and 25 deletions
|
@ -16,7 +16,8 @@
|
|||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
{% block javascripts %}{% endblock %}
|
||||
|
||||
{{ encore_entry_script_tags('app') }}
|
||||
|
||||
<!-- Matomo -->
|
||||
|
@ -41,7 +42,6 @@
|
|||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
{% endblock %}
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
|
Reference in a new issue