X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/66c56e9d02efe5ee6c77fcb41ba82176c65f5475..refs/pull/806/head:/resources/views/base.blade.php
diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php
index 5c744d821..de208a3ae 100644
--- a/resources/views/base.blade.php
+++ b/resources/views/base.blade.php
@@ -1,75 +1,67 @@
-
+
- {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name', 'BookStack') }}
+ {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }}
+
-
-
-
+
+
-
+
@yield('head')
@include('partials/custom-styles')
+
+ @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings')
+
+ {!! setting('app-custom-head') !!}
+
+ @endif
@include('partials/notifications')