5 lines
No EOL
235 B
PHP
5 lines
No EOL
235 B
PHP
@if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
|
|
<!-- Custom user content -->
|
|
{!! \BookStack\Util\HtmlNonceApplicator::apply(setting('app-custom-head'), $cspNonce) !!}
|
|
<!-- End custom user content -->
|
|
@endif |