2018-09-22 12:53:40 +02:00
|
|
|
@if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
|
2021-05-04 00:59:52 +02:00
|
|
|
<!-- Custom user content -->
|
2021-09-04 00:32:42 +02:00
|
|
|
{!! \BookStack\Util\HtmlNonceApplicator::apply(setting('app-custom-head'), $cspNonce) !!}
|
2021-05-04 00:59:52 +02:00
|
|
|
<!-- End custom user content -->
|
2018-09-22 12:53:40 +02:00
|
|
|
@endif
|