Change copyright, step 2

This commit is contained in:
Alexey Milovidov 2021-09-21 03:22:45 +03:00
parent 1932d29ed1
commit 2de3542032

View File

@ -51,7 +51,7 @@ def build_for_lang(lang, args):
if args.htmlproofer:
plugins.append('htmlproofer')
website_url = 'https://clickhouse.tech'
website_url = 'https://clickhouse.com'
site_name = site_names.get(lang, site_names['en'])
blog_nav, post_meta = nav.build_blog_nav(lang, args)
raw_config = dict(
@ -62,7 +62,7 @@ def build_for_lang(lang, args):
strict=True,
theme=theme_cfg,
nav=blog_nav,
copyright='©20162021 Yandex LLC',
copyright='©20162021 ClickHouse, Inc.',
use_directory_urls=True,
repo_name='ClickHouse/ClickHouse',
repo_url='https://github.com/ClickHouse/ClickHouse/',