From 4c06b7eea58500bb67c915eab9ff408c7180cefd Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 2 Sep 2022 14:56:06 -0700 Subject: [PATCH] Add image to link previews (#12840) Add og:image meta tag to website page headers --- _includes/head_custom.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 _includes/head_custom.html diff --git a/_includes/head_custom.html b/_includes/head_custom.html new file mode 100644 index 0000000000..8032e2560f --- /dev/null +++ b/_includes/head_custom.html @@ -0,0 +1 @@ + \ No newline at end of file