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