X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6128a1df12cc37a2fd7fce2ecc0e08ba9fb3c91..refs/pull/358/head:/resources/views/base.blade.php
diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php
index a98a37131..4287014c2 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