X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cd6572b61af2165133468d2562d04dffdca8fca8..refs/pull/1433/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 43f22d89a..367a2cd8b 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -10,79 +10,36 @@ - - - + + - - - + @yield('head') + @include('partials.custom-styles') + @include('partials.custom-head') - @include('partials/custom-styles') - - - @if(setting('app-custom-head')) - {!! setting('app-custom-head') !!} - @endif + @stack('head') - - - @include('partials/notifications') - - + @include('partials.notifications') + @include('common.header')
@yield('content')
-
+
- {{ trans('common.back_to_top') }} + @icon('chevron-up') {{ trans('common.back_to_top') }}
-@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +