diff options
| author | XhmikosR <[email protected]> | 2020-06-16 19:46:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-16 20:04:56 +0300 |
| commit | e0845885178cf2cc8f345f5d2ee41ea1c53f022a (patch) | |
| tree | 7932ef0c571236e260c75b31ca01f58d39132d39 | |
| parent | cf6ab088424c901488b4fdc6f700d2d207dc6d46 (diff) | |
| download | bootstrap-e0845885178cf2cc8f345f5d2ee41ea1c53f022a.tar.xz bootstrap-e0845885178cf2cc8f345f5d2ee41ea1c53f022a.zip | |
Fix social_image_path dimensions
| -rw-r--r-- | site/layouts/partials/social.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/social.html b/site/layouts/partials/social.html index c950e5851..851ecdcc4 100644 --- a/site/layouts/partials/social.html +++ b/site/layouts/partials/social.html @@ -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"> |
