Skip to content

Commit

Permalink
Merge pull request #8034 from stefandoorn/move-before-head-lower
Browse files Browse the repository at this point in the history
Move the before head hook lower due to conflict with W3 specs
  • Loading branch information
lchrusciel committed May 9, 2017
2 parents 7f0c5f1 + 99e25cb commit f5f0a4f
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -2,8 +2,6 @@

<html lang="{{ app.request.locale|slice(0, 2) }}">
<head>
{{ sonata_block_render_event('sylius.shop.layout.before_head') }}

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

Expand All @@ -20,7 +18,7 @@
{{ sonata_block_render_event('sylius.shop.layout.stylesheets') }}
{% endblock %}

{{ sonata_block_render_event('sylius.shop.layout.after_head') }}
{{ sonata_block_render_event('sylius.shop.layout.head') }}
</head>

<body class="pushable">
Expand Down

0 comments on commit f5f0a4f

Please sign in to comment.