mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-09 08:23:58 +08:00
![Dan Brown](/assets/img/avatar_default.png)
- Added caching for custom html head parsing to add nonce. - Also moved api docs page into web routes to prevent issues.
7 lines
209 B
PHP
7 lines
209 B
PHP
@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
|
|
|
|
@if(setting('app-custom-head'))
|
|
<!-- Custom user content -->
|
|
{!! $headContent->forExport() !!}
|
|
<!-- End custom user content -->
|
|
@endif |