]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/custom-head.blade.php
Added translation string for tasklist WYSIWYG action
[bookstack] / resources / views / common / custom-head.blade.php
index fa5ba0cc456333776de144372098e68fc7f3fe65..7f2e93cdc993e4713d07cd17791e0b4094ac2464 100644 (file)
@@ -1,5 +1,7 @@
+@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
+
 @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
-<!-- Custom user content -->
-{!! setting('app-custom-head') !!}
-<!-- End custom user content -->
+<!-- Start: custom user content -->
+{!! $headContent->forWeb() !!}
+<!-- End: custom user content -->
 @endif
\ No newline at end of file