X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0821672e70cf9eb81091032514634b299cc5900b..refs/pull/846/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index d34c490a7..f6135cd1b 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -1,56 +1,51 @@ - + - BookStack + {{ setting('app-name') }} + - - - + + - + @include('partials/custom-styles') + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif - + -@include('partials/notifications') +@include('partials.notifications')