mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Adjust ld+json images, remove feather icons (#10843)
* [docs] adjust ld+json images * rm feathericons
This commit is contained in:
parent
8771402cb5
commit
84a8b21df9
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -148,9 +148,6 @@
|
||||
path = contrib/avro
|
||||
url = https://github.com/ClickHouse-Extras/avro.git
|
||||
ignore = untracked
|
||||
[submodule "website/images/feathericons"]
|
||||
path = website/images/feathericons
|
||||
url = https://github.com/feathericons/feather
|
||||
[submodule "contrib/msgpack-c"]
|
||||
path = contrib/msgpack-c
|
||||
url = https://github.com/msgpack/msgpack-c
|
||||
|
BIN
website/images/clickhouse-209x60.png
Normal file
BIN
website/images/clickhouse-209x60.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 975 B |
@ -1 +0,0 @@
|
||||
Subproject commit dca4f121b86577616e90d46ffcd9771942311f71
|
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.4 KiB |
@ -6,7 +6,7 @@
|
||||
"mainEntityOfPage": "{{ url or 'https://clickhouse.tech/' }}",
|
||||
{% if page.meta.published_date %}"datePublished": "{{ page.meta.published_date.isoformat() }}",{% endif %}
|
||||
{% if page.meta.modified_date %}"dateModified": "{{ page.meta.modified_date.isoformat() }}",{% endif %}
|
||||
"image": "https://clickhouse.tech/images/logo.png",
|
||||
"image": "https://clickhouse.tech/images/logo-209x60.png",
|
||||
"author": {
|
||||
"@type": "Project",
|
||||
"name": "ClickHouse"
|
||||
@ -16,9 +16,9 @@
|
||||
"name": "Yandex LLC",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://clickhouse.tech/images/logo.png",
|
||||
"width": 240,
|
||||
"height": 120
|
||||
"url": "https://clickhouse.tech/images/yandex.png",
|
||||
"width": 163,
|
||||
"height": 60
|
||||
}
|
||||
}
|
||||
}</script>
|
||||
|
Loading…
Reference in New Issue
Block a user