diff --git a/WebfrontCore/Views/Shared/_Layout.cshtml b/WebfrontCore/Views/Shared/_Layout.cshtml index 3e18952c9..70d1e79c6 100644 --- a/WebfrontCore/Views/Shared/_Layout.cshtml +++ b/WebfrontCore/Views/Shared/_Layout.cshtml @@ -12,30 +12,29 @@ - - @if (ViewBag.Configuration.WebfrontPrimaryColor is not null) - { - - } - @if (ViewBag.Configuration.WebfrontSecondaryColor is not null) - { - - } + @if (ViewBag.Configuration.WebfrontPrimaryColor is not null) + { + + } + @if (ViewBag.Configuration.WebfrontSecondaryColor is not null) + { + + } @await RenderSectionAsync("styles", false)