rocksdb/docs/_layouts/home.html
Dmitry Vinnik 166b4a4487 Remove Support Ukraine banner from RocksDB website (#14463)
Summary:
Remove the Support Ukraine socialBanner div from the RocksDB docs homepage layout.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/14463

Reviewed By: hx235

Differential Revision: D96559640

Pulled By: xingbowang

fbshipit-source-id: 508c7bd660760e39cc73977c5e5c1bda204efedd
2026-03-17 10:15:24 -07:00

17 lines
406 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include nav.html alwayson=true %}
<div class="navPusher">
{% include home_header.html %}
<div class="mainContainer">
<div id="main_wrap" class="wrapper mainWrapper">
{{ content }}
</div>
{% include powered_by.html %}
</div>
{% include footer.html %}
</div>
</body>
</html>