X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2c3fb557d6098301f6549fae69ccb1f19d8572b8..refs/pull/806/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index eaff2c2d8..f6135cd1b 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -1,42 +1,52 @@ - + - BookStack + {{ setting('app-name') }} + + - - - + + + + + + + - - + @include('partials/custom-styles') + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif -@if(Session::has('success')) -
- {{ Session::get('success') }} -
-@endif - -@if(Session::has('error')) -
- {{ Session::get('error') }} -
-@endif +@include('partials.notifications')