diff options
| author | Gijs Boddeus <[email protected]> | 2017-08-15 23:43:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-15 23:43:36 +0200 |
| commit | 06d4c6d273daf3eb84c9c5bb6306cecc9209304f (patch) | |
| tree | 695d8fb5b2f414eae0bac032369f77285f594803 /docs/_includes/header.html | |
| parent | 1fb6d8c46a560e2e35295440721ba2929f9721b6 (diff) | |
| parent | 7b873fa0a15c0fb62671f95e966656967c6fd9b4 (diff) | |
| download | bootstrap-06d4c6d273daf3eb84c9c5bb6306cecc9209304f.tar.xz bootstrap-06d4c6d273daf3eb84c9c5bb6306cecc9209304f.zip | |
Merge pull request #1 from twbs/v4-dev
updating fork of BS to v4-beta1
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html deleted file mode 100644 index 37e27cd07..000000000 --- a/docs/_includes/header.html +++ /dev/null @@ -1,39 +0,0 @@ -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - -<title> - {% if page.title %} - {{ page.title }} · {{ site.title }} - {% else %} - {{ site.title }} · {{ site.description }} - {% endif %} -</title> - -{% include social.html %} - -<!-- Bootstrap core CSS --> -{% if site.github %} - <link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet"> - {% if page.title == "Flexbox grid system" %} - <link href="{{ site.baseurl }}/assets/css/docs-flexbox.min.css" rel="stylesheet"> - {% endif %} -{% else %} - <link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet"> -{% endif %} - -<!-- Documentation extras --> -<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> - -<!-- Favicons --> -<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> -<link rel="icon" href="{{ site.baseurl }}/favicon.ico"> - -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-146052-10', 'getbootstrap.com'); - ga('send', 'pageview'); -</script> |
