mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 19:50:22 +00:00
Remove unneeded og:image:secure_url from social.html (#30362)
The image is always available over HTTPS anyway Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
cfa874f5b9
commit
f59ed75ba3
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
|||
<meta property="og:title" content="{{ .Title | markdownify }}">
|
||||
<meta property="og:description" content="{{ .Page.Params.description | default .Site.Params.description | markdownify }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="{{ replace (.Site.Params.social_image_path | absURL) "https://" "http://" }}">
|
||||
<meta property="og:image:secure_url" content="{{ .Site.Params.social_image_path | absURL }}">
|
||||
<meta property="og:image" content="{{ .Site.Params.social_image_path | absURL }}">
|
||||
<meta property="og:image:type" content="image/png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
|
|
|
|||
Loading…
Reference in a new issue