Skip to content

Commit 3558113

Browse files
committed
[Twig] remove deferred blocks
1 parent 186c294 commit 3558113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CoreShop/Bundle/FrontendBundle/Resources/views/layout.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
{% do pimcore_head_title().setSeparator(' | ') %}
2626
{%- endapply -%}
2727

28-
{% block layout_head_meta deferred %}
28+
{% block layout_head_meta %}
2929
{{ pimcore_head_title('CoreShop') }}
3030
{{ pimcore_head_meta() }}
3131
{% endblock %}
3232

33-
{% block head_stylesheets deferred %}
33+
{% block head_stylesheets %}
3434
{{ pimcore_head_link() }}
3535
{% endblock %}
3636
</head>
@@ -53,7 +53,7 @@
5353
{% include '@CoreShopFrontend/_footer.html.twig' %}
5454
{% endblock %}
5555

56-
{% block scripts deferred %}
56+
{% block scripts %}
5757
{{ pimcore_head_script() }}
5858
{% endblock %}
5959
</body>

0 commit comments

Comments
 (0)