X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2a4ff6fb6af18fb0b7ae98ddb6434a19899c73d1..refs/pull/262/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 553c634cb..43f22d89a 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,41 +1,52 @@ - + - {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ Setting::get('app-name', 'BookStack') }} + {{ 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')