2013-02-14 08:37:08 +01:00
|
|
|
<meta charset="utf-8">
|
2015-10-06 13:35:39 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2017-11-25 01:13:39 +01:00
|
|
|
<meta name="description" content="{{ page.description | default: site.description | smartify }}">
|
2017-10-22 18:20:15 +02:00
|
|
|
<meta name="author" content="{{ site.authors }}">
|
2017-08-13 10:00:27 +02:00
|
|
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
2013-02-14 08:37:08 +01:00
|
|
|
|
|
|
|
<title>
|
2017-08-15 13:41:34 +02:00
|
|
|
{%- if page.title -%}
|
2017-11-25 01:13:39 +01:00
|
|
|
{{ page.title | smartify }} · {{ site.title | smartify }}
|
2017-08-15 13:41:34 +02:00
|
|
|
{%- else -%}
|
2017-11-25 01:13:39 +01:00
|
|
|
{{ site.title | smartify }} · {{ site.description | smartify }}
|
2017-08-15 13:41:34 +02:00
|
|
|
{%- endif -%}
|
2013-02-14 08:37:08 +01:00
|
|
|
</title>
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2015-12-04 09:44:33 +01:00
|
|
|
{% if site.github %}
|
2017-10-22 13:53:06 +02:00
|
|
|
<link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet">
|
2015-12-04 09:44:33 +01:00
|
|
|
{% else %}
|
2017-10-22 13:53:06 +02:00
|
|
|
<link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet">
|
2015-12-04 09:44:33 +01:00
|
|
|
{% endif %}
|
2013-02-14 08:37:08 +01:00
|
|
|
|
|
|
|
<!-- Documentation extras -->
|
2017-05-28 18:50:53 +02:00
|
|
|
{% if page.layout == "docs" %}
|
2017-10-30 23:54:36 +01:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet">
|
2017-05-28 18:50:53 +02:00
|
|
|
{% endif %}
|
2014-12-19 09:24:09 +01:00
|
|
|
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
|
2014-07-09 11:41:57 +02:00
|
|
|
|
2017-08-18 16:35:45 +02:00
|
|
|
{% include favicons.html %}
|
|
|
|
|
2017-08-15 13:41:34 +02:00
|
|
|
{% include social.html %}
|
|
|
|
|
2013-08-05 03:40:25 +02:00
|
|
|
<script>
|
2014-04-04 10:28:45 +02:00
|
|
|
(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)
|
2016-10-19 16:35:10 +02:00
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
2014-04-04 10:28:45 +02:00
|
|
|
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
|
|
|
ga('send', 'pageview');
|
2013-07-27 09:35:26 +02:00
|
|
|
</script>
|