X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bd73c88eddb946d9318f2a5f45b5a701771328d8..refs/pull/234/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index ae087cee9..05cf043fd 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -1,37 +1,44 @@ - BookStack + {{ setting('app-name') }} + + - - - + + + + + + + + - - - + + @include('partials/custom-styles') -@if(Session::has('success')) -
- {{ Session::get('success') }} -
-@endif + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif + + -@if(Session::has('error')) -
- {{ Session::get('error') }} -
-@endif +@include('partials.notifications')