diff options
| author | Mark Otto <[email protected]> | 2017-05-28 22:50:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch) | |
| tree | fad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /docs/_includes/social.html | |
| parent | 32153eb7cba316b873e82cd7b9362c92ca00eddf (diff) | |
| download | bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.tar.xz bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.zip | |
Rearrange all the docs to allow for a docs/major.minor/ setup
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 }}"> |
