Backport #30362
Remove unneeded og:image:secure_url from social.html The image is always available over HTTPS anyway
This commit is contained in:
parent
f93e58eddb
commit
6d9256d2b1
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
|||
<meta property="og:title" content="{{ page.title | default: site.title | smartify }}">
|
||||
<meta property="og:description" content="{{ page.description | default: site.description | smartify }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="{{ site.url | replace: 'https://', 'http://' | append: site.social_image_path }}">
|
||||
<meta property="og:image:secure_url" content="{{ site.url | append: site.social_image_path }}">
|
||||
<meta property="og:image" content="{{ site.url | append: site.social_image_path }}">
|
||||
<meta property="og:image:type" content="image/png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue