X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fff5bbcee458992443e3732fbcbbbe34f765fcc3..refs/pull/234/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index 542d5c867..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')