X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/eaa1765c7a68cd671bcb37a666203210bf05d217..refs/pull/360/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index ca84687e3..4287014c2 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,27 +1,89 @@ - + - Oxbow + {{ 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/notifications') + + -
+
@yield('content')
+
+
+ {{ trans('common.back_to_top') }} +
+
+@yield('bottom') + +@yield('scripts')