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