Skip to content

Commit

Permalink
[Twig] remove deferred blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Oct 16, 2024
1 parent 186c294 commit 3558113
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
{% do pimcore_head_title().setSeparator(' | ') %}
{%- endapply -%}

{% block layout_head_meta deferred %}
{% block layout_head_meta %}
{{ pimcore_head_title('CoreShop') }}
{{ pimcore_head_meta() }}
{% endblock %}

{% block head_stylesheets deferred %}
{% block head_stylesheets %}
{{ pimcore_head_link() }}
{% endblock %}
</head>
Expand All @@ -53,7 +53,7 @@
{% include '@CoreShopFrontend/_footer.html.twig' %}
{% endblock %}

{% block scripts deferred %}
{% block scripts %}
{{ pimcore_head_script() }}
{% endblock %}
</body>
Expand Down

0 comments on commit 3558113

Please sign in to comment.