X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9de85283cd6a333898cc31f8d9242d42d23008d2..refs/pull/1973/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 95a9d72b0..9a3e6f906 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,89 +1,50 @@ - + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} - + - - - - - - - - + + @yield('head') - @include('partials/custom-styles') + + @include('partials.custom-styles') + @include('partials.custom-head') - @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') - - {!! setting('app-custom-head') !!} - - @endif - - + @stack('head') - @include('partials/notifications') + + @stack('translations') - + @include('partials.notifications') + @include('common.header') -
+
@yield('content') -
+ + + @include('common.footer') -
+ -@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +