@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider') @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') {!! $headContent->forWeb() !!} @endif