X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b97d5704e1f4e51bda9e6c22e8fd4ff90e5414ea..refs/pull/270/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index 7145b4fbe..05cf043fd 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -1,34 +1,44 @@ - BookStack + {{ setting('app-name') }} + + - - - - + + + - + + @include('partials/custom-styles') + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif - + -@include('partials/notifications') +@include('partials.notifications')