Fix sidebar echoing a 1

This commit is contained in:
Kalen Johnson
2016-12-06 15:07:37 -08:00
parent 5c12f0ff8e
commit b7742fd86f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<footer class="content-info">
<div class="container">
{{ dynamic_sidebar('sidebar-footer') }}
@php dynamic_sidebar('sidebar-footer') @endphp
</div>
</footer>

View File

@@ -1 +1 @@
{!! dynamic_sidebar('sidebar-primary') !!}
@php dynamic_sidebar('sidebar-primary') @endphp