1 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
3 @if(setting('app-custom-head') && !request()->routeIs('settings.category'))
4 <!-- Start: custom user content -->
5 {!! $headContent->forWeb() !!}
6 <!-- End: custom user content -->