We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad63989 commit 3ed423eCopy full SHA for 3ed423e
input/_layout.cshtml
@@ -41,7 +41,7 @@
41
<meta property="og:title" content='@Document.GetString("PageTitle")' />
42
@if (Document.ContainsKey(WebKeys.Image))
43
{
44
- <meta property="og:image" content='@Context.GetLink(Document.GetString(WebKeys.Image))' />
+ <meta property="og:image" content='@Context.GetLink(Document.GetString(WebKeys.Image), true)' />
45
}
46
<meta property="og:type" content="website" />
47
<meta property="og:url" content='@Document.GetLink(true)' />
0 commit comments