Add meta pixel hook

This commit is contained in:
Edward Yang 2023-05-31 18:14:37 +08:00
parent 607751abc6
commit 39d8d85425
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
@if (system_setting('base.head_code'))
{!! system_setting('base.head_code') !!}
@endif
@hook('layout.header.code')
@stack('header')
</head>
<body class="@yield('body-class')">