X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0775cd09a152c6e05c100139812f1fc35cb1ac6a..refs/pull/846/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index b1c74fbd0..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')) + @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') + {!! setting('app-custom-head') !!} + @endif @@ -32,9 +31,9 @@ @include('partials/notifications')