]> BookStack Code Mirror - bookstack/blob - resources/views/common/export-custom-head.blade.php
Cleaned up DB usage in migration
[bookstack] / resources / views / common / export-custom-head.blade.php
1 @if(setting('app-custom-head'))
2 <!-- Custom user content -->
3 {!! \BookStack\Util\HtmlContentFilter::removeScripts(setting('app-custom-head')) !!}
4 <!-- End custom user content -->
5 @endif