X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b54ef3bb4b7c51f43382660d497c265b10de1361..refs/pull/363/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 1c74f069a..95a9d72b0 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,62 +1,89 @@ - + - BookStack + {{ 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 - - - + -
+
@yield('content')
+
+
+ {{ trans('common.back_to_top') }} +
+
@yield('bottom') + +@yield('scripts')