]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/_includes/header.html
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / _includes / header.html
CommitLineData
91e44d91
S
1<meta charset="utf-8">
2<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
4<title>
5 {% if page.title %}
6 {{ page.title }} &middot; {{ site.title }}
7 {% else %}
8 {{ site.title }} &middot; {{ site.description }}
9 {% endif %}
10</title>
11
12{% include social.html %}
13
14<!-- Bootstrap core CSS -->
15{% if site.github %}
16 <link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet">
17{% else %}
18 <link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet">
19{% endif %}
20
21<!-- Documentation extras -->
22<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
23
24<!-- Favicons -->
25<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
26<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
27
28<script>
29 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
30 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
31 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
32 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
33 ga('create', 'UA-146052-10', 'getbootstrap.com');
34 ga('send', 'pageview');
35</script>