X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0775cd09a152c6e05c100139812f1fc35cb1ac6a..refs/pull/1688/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index b1c74fbd0..075481620 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,87 +1,48 @@ - + {{ 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')) - {!! setting('app-custom-head') !!} - @endif - - + @stack('head') - @include('partials/notifications') + + @stack('translations') - + @include('partials.notifications') + @include('common.header') -
+
@yield('content') -
+ -
+ -@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +