diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig index 7adbcab..3aceff4 100644 --- a/themes/intotheeast/templates/partials/base.html.twig +++ b/themes/intotheeast/templates/partials/base.html.twig @@ -8,6 +8,7 @@ {% do assets.addCss('theme://css/style.css') %} {% do assets.addCss('theme://css-compiled/main.css') %} {% do assets.addJs('theme://js/main.js', {group: 'bottom'}) %} + {% block map_assets %}{% endblock %} {{ assets.css()|raw }} {{ assets.js()|raw }} @@ -25,7 +26,6 @@
{% block content %}{% endblock %}
- {% block map_assets %}{% endblock %} {{ assets.js('bottom')|raw }}