Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/resources/views/common/
Upload File :
Current File : /var/www/html/bookstack/resources/views/common/custom-head.blade.php

@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')

@if(setting('app-custom-head') && !request()->routeIs('settings.category'))
<!-- Start: custom user content -->
{!! $headContent->forWeb() !!}
<!-- End: custom user content -->
@endif