2013-02-14 08:37:08 +01:00
|
|
|
<meta charset="utf-8">
|
2019-02-27 16:47:41 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
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
|
|
|
|
2018-12-22 20:58:06 +01:00
|
|
|
<meta name="docsearch:language" content="en">
|
|
|
|
<meta name="docsearch:version" content="{{ site.docs_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>
|
|
|
|
|
2019-01-21 13:59:51 +01:00
|
|
|
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
|
|
|
|
2018-11-05 10:31:40 +01:00
|
|
|
{% include stylesheet.html %}
|
2017-08-18 16:35:45 +02:00
|
|
|
{% include favicons.html %}
|
2017-08-15 13:41:34 +02:00
|
|
|
{% include social.html %}
|
2018-11-05 12:23:37 +01:00
|
|
|
{% include analytics.html %}
|