From c1bf3e5044906db308f607e7fc071dbb404d4dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 19 Jan 2021 15:27:35 +0100 Subject: [PATCH] double-check --- resources/views/portal/ninja2020/layout/app.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/layout/app.blade.php b/resources/views/portal/ninja2020/layout/app.blade.php index d1d132da80..160981306e 100644 --- a/resources/views/portal/ninja2020/layout/app.blade.php +++ b/resources/views/portal/ninja2020/layout/app.blade.php @@ -72,7 +72,7 @@ {{-- Feel free to push anything to header using @push('header') --}} @stack('head') - @if((bool) \App\Utils\Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head')))
{!! $client->getSetting('portal_custom_head') !!}