@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider') @if(setting('app-custom-head') && !request()->routeIs('settings.category')) {!! $headContent->forWeb() !!} @endif