2013-02-14 07:37:08 +00:00
|
|
|
<meta charset="utf-8">
|
2018-12-16 14:39:48 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2017-11-25 00:13:39 +00:00
|
|
|
<meta name="description" content="{{ page.description | default: site.description | smartify }}">
|
2017-10-22 16:20:15 +00:00
|
|
|
<meta name="author" content="{{ site.authors }}">
|
2017-08-13 08:00:27 +00:00
|
|
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
2013-02-14 07:37:08 +00:00
|
|
|
|
2018-12-22 19:58:06 +00:00
|
|
|
<meta name="docsearch:language" content="en">
|
|
|
|
|
<meta name="docsearch:version" content="{{ site.docs_version }}">
|
|
|
|
|
|
2013-02-14 07:37:08 +00:00
|
|
|
<title>
|
2017-08-15 11:41:34 +00:00
|
|
|
{%- if page.title -%}
|
2017-11-25 00:13:39 +00:00
|
|
|
{{ page.title | smartify }} · {{ site.title | smartify }}
|
2017-08-15 11:41:34 +00:00
|
|
|
{%- else -%}
|
2017-11-25 00:13:39 +00:00
|
|
|
{{ site.title | smartify }} · {{ site.description | smartify }}
|
2017-08-15 11:41:34 +00:00
|
|
|
{%- endif -%}
|
2013-02-14 07:37:08 +00:00
|
|
|
</title>
|
|
|
|
|
|
2019-01-21 12:59:51 +00:00
|
|
|
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
|
|
|
|
|
2018-11-05 09:31:40 +00:00
|
|
|
{% include stylesheet.html %}
|
2017-08-18 14:35:45 +00:00
|
|
|
{% include favicons.html %}
|
2017-08-15 11:41:34 +00:00
|
|
|
{% include social.html %}
|
2018-11-05 11:23:37 +00:00
|
|
|
{% include analytics.html %}
|