2020-04-17 17:33:32 +00:00
{% set description = description or _('ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries') %}
2020-03-30 08:25:29 +00:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
2020-03-13 19:35:03 +00:00
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2020-04-17 17:33:32 +00:00
< title > {% if title %}{{ title }}{% else %}{{ _('ClickHouse - fast open-source OLAP DBMS') }}{% endif %}< / title >
2020-03-13 19:35:03 +00:00
< link rel = "shortcut icon" href = "/favicon.ico" / >
2020-03-30 08:25:29 +00:00
< meta property = "og:title" content = "{% if title %}{{ title }}{% else %}{{ _('ClickHouse DBMS') }}{% endif %}" / >
2020-04-17 17:33:32 +00:00
< meta property = "og:description" content = "{{ description }}" / >
2020-04-22 12:40:30 +00:00
< meta property = "og:type" content = "{{ og_type or 'website' }}" / >
2020-04-17 17:33:32 +00:00
< meta property = "og:image" content = "https://clickhouse.tech/images/logo.png" / >
2020-04-22 12:40:30 +00:00
{% if page and page.abs_url %}
{% set url = 'https://clickhouse.tech' + page.abs_url %}
2020-04-18 08:07:52 +00:00
{% endif %}
2020-04-22 12:40:30 +00:00
< meta property = "og:url" content = "{{ url or 'https://clickhouse.tech/' }}" / >
< link rel = "canonical" href = "{{ url or 'https://clickhouse.tech/' }}" / >
2020-03-30 08:25:29 +00:00
< meta property = "twitter:title" content = "{% if title %}{{ title }}{% else %}{{ _('ClickHouse DBMS') }}{% endif %}" / >
2020-03-13 19:35:03 +00:00
2020-04-17 17:33:32 +00:00
< meta name = "description" content = "{{ description }}" / >
2020-03-13 19:35:03 +00:00
< meta name = "keywords"
2020-04-30 15:49:48 +00:00
content="ClickHouse, DBMS, OLAP, SQL, {{ _('open-source') }}, {{ _('relational') }}, {{ _('analytics') }}, {{ _('analytical') }}, {{ _('Big Data') }}, {{ _('web-analytics') }}" />
{% if config and page %}
{% for code, name in config.extra.languages.items() %}
< link rel = "alternate" hreflang = "{{ code }}" href = "{{ config.extra.website_url }}/docs/{% if config.extra.version_prefix %}{{ config.extra.version_prefix }}/{% endif %}{{ code }}/{{ page.url }}" / >
{% endfor %}
< link rel = "alternate" hreflang = "x-default" href = "{{ config.extra.website_url }}/docs/{% if config.extra.version_prefix %}{{ config.extra.version_prefix }}/{% endif %}en/{{ page.url }}" / >
{% endif %}
2020-04-10 13:56:25 +00:00
{% for prefetch_item in prefetch_items %}
< link rel = "prefetch" href = "{{ prefetch_item.0 }}" as = "{{ prefetch_item.1 }}" / >
{% endfor %}