X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fff5bbcee458992443e3732fbcbbbe34f765fcc3..refs/pull/806/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 1deed0a3f..de208a3ae 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -10,21 +10,20 @@ - - - + + - - + @yield('head') @include('partials/custom-styles') - - @if(setting('app-custom-head', false)) + @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') + {!! setting('app-custom-head') !!} + @endif @@ -32,9 +31,9 @@ @include('partials/notifications')