mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 15:42:41 +01:00
5 lines
235 B
PHP
5 lines
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 |