diff options
| author | XhmikosR <[email protected]> | 2020-04-28 21:47:59 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-02 15:39:19 +0300 |
| commit | 6d9256d2b1f515109141913a67b66fc7e5481ec2 (patch) | |
| tree | 89243ec61675ed356b00af83d06ef28c011aab07 | |
| parent | f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5 (diff) | |
| download | bootstrap-6d9256d2b1f515109141913a67b66fc7e5481ec2.tar.xz bootstrap-6d9256d2b1f515109141913a67b66fc7e5481ec2.zip | |
Backport #30362
Remove unneeded og:image:secure_url from social.html
The image is always available over HTTPS anyway
| -rw-r--r-- | site/_includes/social.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/_includes/social.html b/site/_includes/social.html index 277ee2313..cf5be1270 100644 --- a/site/_includes/social.html +++ b/site/_includes/social.html @@ -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"> |
