2021-09-04 14:57:04 +02:00
|
|
|
@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
|
|
|
|
|
2021-05-04 00:59:52 +02:00
|
|
|
@if(setting('app-custom-head'))
|
|
|
|
<!-- Custom user content -->
|
2021-09-04 14:57:04 +02:00
|
|
|
{!! $headContent->forExport() !!}
|
2021-05-04 00:59:52 +02:00
|
|
|
<!-- End custom user content -->
|
|
|
|
@endif
|