]> BookStack Code Mirror - bookstack/blob - resources/views/common/custom-head.blade.php
Covered app icon setting with testing
[bookstack] / resources / views / common / custom-head.blade.php
1 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
2
3 @if(setting('app-custom-head') && !request()->routeIs('settings.category'))
4 <!-- Start: custom user content -->
5 {!! $headContent->forWeb() !!}
6 <!-- End: custom user content -->
7 @endif