24 lines
843 B
HTML
24 lines
843 B
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="{{ page.description | default: site.description | smartify }}">
|
|
<meta name="author" content="{{ site.authors }}">
|
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
|
|
|
<meta name="docsearch:language" content="en">
|
|
<meta name="docsearch:version" content="{{ site.docs_version }}">
|
|
|
|
<title>
|
|
{%- if page.title -%}
|
|
{{ page.title | smartify }} · {{ site.title | smartify }} v{{ site.docs_version }}
|
|
{%- else -%}
|
|
{{ site.title | smartify }} · {{ site.description | smartify }}
|
|
{%- endif -%}
|
|
</title>
|
|
|
|
<link rel="canonical" href="{{ site.url | append: page.url }}">
|
|
|
|
{% include stylesheet.html %}
|
|
{% include favicons.html %}
|
|
{% include social.html %}
|
|
{% include analytics.html %}
|