X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ebf78d49a866fb61f908111225ced91946f6d3ef..refs/pull/2333/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index edbd6a096..a5404a365 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,89 +1,49 @@ - + {{ 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.custom-styles') + @include('partials.custom-head') - @include('partials/notifications') + @stack('head') - + @include('partials.notifications') + @include('common.header') -
+
@yield('content') -
+ -
+ -@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +