BookStackApp/BookStack

View on GitHub
resources/views/exports/parts/custom-head.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')

@if(setting('app-custom-head'))
<!-- Custom user content -->
{!! $headContent->forExport() !!}
<!-- End custom user content -->
@endif