Skip to content

Commit 9dec910

Browse files
author
Simon Mongeau
authored
Update wrapper.blade.php
1 parent 48b2a7d commit 9dec910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/wp/wrapper.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<?php wp_head(); ?>
8+
@yield('head')
89
</head>
910
<body <?php body_class(); ?>>
1011
@yield('body')

0 commit comments

Comments
 (0)