BookStack/resources/views/common/custom-head.blade.php

5 lines
235 B
PHP
Raw Normal View History

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