Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-06-16 19:46:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-06-16 20:04:56 +0300
commite0845885178cf2cc8f345f5d2ee41ea1c53f022a (patch)
tree7932ef0c571236e260c75b31ca01f58d39132d39 /site/layouts
parentcf6ab088424c901488b4fdc6f700d2d207dc6d46 (diff)
Fix social_image_path dimensions
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/social.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/social.html b/site/layouts/partials/social.html
index c950e5851c..851ecdcc4e 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">