X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b97d5704e1f4e51bda9e6c22e8fd4ff90e5414ea..refs/pull/325/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index be67109c5..a98a37131 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,41 +1,52 @@ - + - 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')