aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/_includes/social.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-02-15 18:41:44 +0000
committerMario <mario@mariovavti.com>2021-02-15 18:41:44 +0000
commite8c2e17bc901ab139377e759f5ef931f8649b8c1 (patch)
treebebbeae1760c0cb5b5dea88fb268153a38938fab /vendor/twbs/bootstrap/site/_includes/social.html
parent6fae291cc8ec69a74d0c1673186b3d8f319378d4 (diff)
downloadvolse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.tar.gz
volse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.tar.bz2
volse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.zip
compser update twbs/bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/site/_includes/social.html')
-rw-r--r--vendor/twbs/bootstrap/site/_includes/social.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/twbs/bootstrap/site/_includes/social.html b/vendor/twbs/bootstrap/site/_includes/social.html
deleted file mode 100644
index cf5be1270..000000000
--- a/vendor/twbs/bootstrap/site/_includes/social.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- Twitter -->
-<meta name="twitter:card" content="{% if page.title %}summary{% else %}summary_large_image{% endif %}">
-<meta name="twitter:site" content="@{{ site.twitter }}">
-<meta name="twitter:creator" content="@{{ site.twitter }}">
-<meta name="twitter:title" content="{{ page.title | default: site.title | smartify }}">
-<meta name="twitter:description" content="{{ page.description | default: site.description | smartify }}">
-<meta name="twitter:image" content="{% if page.title %}{{ site.url | append: site.social_logo_path }}{% else %}{{ site.url | append: site.social_image_path }}{% endif %}">
-
-<!-- Facebook -->
-<meta property="og:url" content="{{ site.url | append: page.url }}">
-<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 | 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">