From 3ed423ef399dc997d800a68e0975657cbbc74144 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexandre=20N=C3=A9d=C3=A9lec?=
<15186176+TechWatching@users.noreply.github.com>
Date: Sun, 9 Apr 2023 15:15:37 +0200
Subject: [PATCH] Use absolute URI for og:image
---
input/_layout.cshtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/input/_layout.cshtml b/input/_layout.cshtml
index 9e86839..e3a4077 100644
--- a/input/_layout.cshtml
+++ b/input/_layout.cshtml
@@ -41,7 +41,7 @@
@if (Document.ContainsKey(WebKeys.Image))
{
-
+
}