]> BookStack Code Mirror - bookstack/blobdiff - resources/views/base.blade.php
Add Carbon localization support
[bookstack] / resources / views / base.blade.php
index 1deed0a3fbad2057fc5ca0789f2a6029d7f24d45..08acf725d95ea013b54fcd0742060d87e9d571ed 100644 (file)
@@ -23,7 +23,7 @@
     @include('partials/custom-styles')
 
     <!-- Custom user content -->
-    @if(setting('app-custom-head', false))
+    @if(setting('app-custom-head'))
         {!! setting('app-custom-head') !!}
     @endif
 </head>