mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
ab150f96a1
* rm outdated nginx config * get rid of most outdated markup of benchmark.html * reformat js * get rid of ru comments + wrap benchmark.js in a function call * split benchmark results into separate files * adjust links to benchmarks * refactor hardware benchmarks as well * adjust links * fix filtering for hardware * additional markup tuning
6 lines
166 B
HTML
6 lines
166 B
HTML
<link href="/css/base.css?css_digest" media="all" rel="stylesheet" />
|
|
|
|
{% for src in extra_css %}
|
|
<link href="{{ src }}" media="all" rel="stylesheet" />
|
|
{% endfor %}
|