From 17af0b05db658bfd99355adecff1d4962ffd3435 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 28 Apr 2020 23:39:05 -0700 Subject: [PATCH] Fix Open Graph metadata --- src/Ombi/Views/Shared/_Layout.cshtml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml index 0f2340698..5d22c9109 100644 --- a/src/Ombi/Views/Shared/_Layout.cshtml +++ b/src/Ombi/Views/Shared/_Layout.cshtml @@ -1,4 +1,4 @@ -@using Ombi.Core.Settings +@using Ombi.Core.Settings @using Ombi.Helpers @using Ombi.Settings.Settings.Models @inject ISettingsService Settings @@ -79,9 +79,18 @@ @appName - + - + + + + + @{ + if (customization.ApplicationUrl.HasValue()) + { + + } + }