From e6bc9b9b8b5e4e959f53f10e1263c2a405cf1387 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 5 Sep 2023 17:31:17 +0200 Subject: [PATCH] (#43) Get logo url relative to context --- input/Shared/_Navigation.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/Shared/_Navigation.cshtml b/input/Shared/_Navigation.cshtml index c816576..4c14d08 100644 --- a/input/Shared/_Navigation.cshtml +++ b/input/Shared/_Navigation.cshtml @@ -4,7 +4,7 @@ string logo = Document.GetString(SiteKeys.Logo); if (!logo.IsNullOrWhiteSpace()) { - + } else {