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