X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4a2a539c086c7975374f69bfe15748d9f757a1ee..refs/pull/432/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index a98a37131..95a9d72b0 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -17,15 +17,16 @@ - + @yield('head') @include('partials/custom-styles') - - @if(setting('app-custom-head')) + @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') + {!! setting('app-custom-head') !!} + @endif @@ -46,7 +47,7 @@
-