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