]> BookStack Code Mirror - bookstack/blob - resources/views/common/custom-head.blade.php
Fixes for CodeStyle vol.2
[bookstack] / resources / views / common / custom-head.blade.php
1 @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
2 <!-- Custom user content -->
3 {!! setting('app-custom-head') !!}
4 <!-- End custom user content -->
5 @endif