Add meta pixel hook
This commit is contained in:
parent
607751abc6
commit
39d8d85425
|
|
@ -21,6 +21,7 @@
|
||||||
@if (system_setting('base.head_code'))
|
@if (system_setting('base.head_code'))
|
||||||
{!! system_setting('base.head_code') !!}
|
{!! system_setting('base.head_code') !!}
|
||||||
@endif
|
@endif
|
||||||
|
@hook('layout.header.code')
|
||||||
@stack('header')
|
@stack('header')
|
||||||
</head>
|
</head>
|
||||||
<body class="@yield('body-class')">
|
<body class="@yield('body-class')">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue