X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/98d9d8d71b202bea92b12215953606c4fa68e10d..refs/pull/270/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index 52c287987..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')