]> BookStack Code Mirror - bookstack/blob - resources/views/partials/custom-head-content.blade.php
Implement the renderPages parameter
[bookstack] / resources / views / partials / custom-head-content.blade.php
1 @if(setting('app-custom-head', false))
2     <!-- Custom user content -->
3     {!! setting('app-custom-head') !!}
4     <!-- End custom user content -->
5 @endif