Skip to content

Commit

Permalink
Merge pull request #195 from hydephp/Fix-bug-causing-footer-to-dissapear
Browse files Browse the repository at this point in the history
Fix bug causing footer to disappear hydephp/develop@bb936ff
  • Loading branch information
github-actions committed Jul 6, 2022
1 parent be258ef commit 922b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@yield('content')
</section>

@includeUnless(config('hyde.footer.enabled', true), 'hyde::layouts.footer')
@includeIf(config('hyde.footer.enabled', true), 'hyde::layouts.footer')

@include('hyde::layouts.scripts')
</body>
Expand Down

0 comments on commit 922b30e

Please sign in to comment.