mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
Fix social_image_path dimensions
This commit is contained in:
parent
cf6ab08842
commit
e084588517
1 changed files with 2 additions and 2 deletions
|
|
@ -13,5 +13,5 @@
|
|||
<meta property="og:type" content="website">
|
||||
<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">
|
||||
<meta property="og:image:width" content="1000">
|
||||
<meta property="og:image:height" content="500">
|
||||
|
|
|
|||
Loading…
Reference in a new issue