BookStack/resources/views/common/custom-head.blade.php
2021-09-03 23:32:42 +01:00

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