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>
|
|
|
|
|
2018-11-05 10:31:40 +01:00
|
|
|
{% include stylesheet.html %}
|
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>
|
2018-04-20 09:27:01 +02:00
|
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
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>
|
2018-04-20 09:27:01 +02:00
|
|
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|