Update the Open Graph image (og:image)

Update the Open Graph image (og:image) for the Documentation site to match the OG image used for the parent site (tiny.cloud).
This commit is contained in:
Tyler Kelly
2019-08-06 17:09:34 +10:00
committed by GitHub
parent 46a11e4a42
commit 422a88773b
+2 -2
View File
@@ -8,7 +8,7 @@
<meta property="og:title" content="TinyMCE | {{ page.meta_title | or:page.title }}">
<meta property="og:type" content="website">
<meta property="og:description" content="{{ page.meta_description | or:page.description }}">
<meta property="og:image" content="https://www.tinymce.com/images/fb-share@2x.png">
<meta property="og:image" content="https://www.tiny.cloud/images/tiny-v5-og-image.png">
<title>TinyMCE | {{ page.meta_title | or:page.title }}</title>
@@ -45,4 +45,4 @@
}
</style>
</head>
</head>