X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2dcc5105ad0b4f7701099b57f89f45de0d0ff8e8..refs/pull/236/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index b11971104..16aebe2bb 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -1,34 +1,80 @@ - 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 +@include('partials/notifications') + +
@yield('content')
+