]> BookStack Code Mirror - bookstack/blob - resources/views/exports/parts/custom-head.blade.php
TypeScript: Updated compile target, addressed issues
[bookstack] / resources / views / exports / parts / custom-head.blade.php
1 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
2
3 @if(setting('app-custom-head'))
4 <!-- Custom user content -->
5 {!! $headContent->forExport() !!}
6 <!-- End custom user content -->
7 @endif