diff options
| author | Mark Otto <[email protected]> | 2017-05-31 21:29:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-31 21:29:23 -0700 |
| commit | f13eb5194019b460eb01cdb251c81c76b2e7d5d0 (patch) | |
| tree | 178410fd574e52b9a0850273dacea566efa2aef0 /docs/_includes/social.html | |
| parent | 8a6642bbff3b86a24fc47cad42f5a23af80f057a (diff) | |
| parent | 620257456ed0685cae6b6ff51d2ab1e37f02a4fa (diff) | |
| download | bootstrap-f13eb5194019b460eb01cdb251c81c76b2e7d5d0.tar.xz bootstrap-f13eb5194019b460eb01cdb251c81c76b2e7d5d0.zip | |
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/_includes/social.html')
| -rw-r--r-- | docs/_includes/social.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/_includes/social.html b/docs/_includes/social.html deleted file mode 100644 index c488ea610..000000000 --- a/docs/_includes/social.html +++ /dev/null @@ -1,31 +0,0 @@ -<!-- Twitter --> -<meta name="twitter:site" content="@{{ site.twitter }}"> -<meta name="twitter:creator" content="@{{ site.twitter }}"> - -{% if page.title %} - <meta name="twitter:card" content="summary"> - <meta name="twitter:title" content="{{ page.title }}"> - <meta name="twitter:description" content="{{ page.description }}"> - <meta name="twitter:image" content="{{ site.url }}{{ site.social_logo_path }}"> -{% else %} - <meta name="twitter:card" content="summary_large_image"> - <meta name="twitter:title" content="{{ site.title }}"> - <meta name="twitter:description" content="{{ site.description }}"> - <meta name="twitter:image" content="{{ site.url }}{{ site.social_image_path }}"> -{% endif %} - -<!-- Facebook --> -{% if page.title %} - <meta property="og:url" content="{{ site.url }}{{ page.url }}"> - <meta property="og:title" content="{{ page.title }}"> - <meta property="og:description" content="{{ page.description }}"> -{% else %} - <meta property="og:url" content="{{ site.url }}"> - <meta property="og:title" content="{{ site.title }}"> - <meta property="og:description" content="{{ site.description }}"> -{% endif %} -<meta property="og:image" content="{{ site.url }}{{ site.social_image_path }}"> - -<!-- Meta --> -<meta name="description" content="{{ site.description }}"> -<meta name="author" content="{{ site.authors }}"> |
