X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ced4e58137b4fdfc156151d3326c129fcf49fa48..refs/pull/1973/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 40be043ee..9a3e6f906 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,88 +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') +