X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3fd2613ab7f8c74a1f1bb417367f68d34489caf1..refs/pull/270/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 3f76b0422..43f22d89a 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,81 +1,69 @@ - + - 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')) + {!! setting('app-custom-head') !!} @endif + + + + @include('partials/notifications')