X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/92d393537c9de537d03141d8630d46fbe890f575..refs/pull/270/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index 2de4d968a..05cf043fd 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -17,10 +17,15 @@ @include('partials/custom-styles') + + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif
-@include('partials/notifications') +@include('partials.notifications')