X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/da10c5094581c4df9e41edc7f385bb3e8fb5dc09..refs/pull/358/head:/resources/views/public.blade.php diff --git a/resources/views/public.blade.php b/resources/views/public.blade.php index 542d5c867..ea2069b86 100644 --- a/resources/views/public.blade.php +++ b/resources/views/public.blade.php @@ -17,15 +17,20 @@ @include('partials/custom-styles') + + + @if(setting('app-custom-head')) + {!! setting('app-custom-head') !!} + @endif -@include('partials/notifications') +@include('partials.notifications')