X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/46217a5880e8cef0a07fa89d5d4efdefe9c55d58..refs/pull/325/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index a8e17ce7e..a98a37131 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,39 +1,88 @@ - + - Oxbow + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} + + - - - - - - + + + + + + + + + + + + + + @yield('head') + + @include('partials/custom-styles') + + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif - + + + @include('partials/notifications') -
+ -
+
@yield('content')
+
+
+ {{ trans('common.back_to_top') }} +
+
+@yield('bottom') + +@yield('scripts')