ClickHouse/website/templates/common_css.html
Cody Baker fbd82865ef
Crb restructure css (#35033)
* Remove greenhouse iframe css

* Edit build to include css, js, and images in /docs
2022-03-09 21:34:30 +03:00

6 lines
171 B
HTML

<link href="/docs/css/base.css?css_digest" media="all" rel="stylesheet" />
{% for src in extra_css %}
<link href="{{ src }}" media="all" rel="stylesheet" />
{% endfor %}