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
17 lines
406 B
HTML
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>
|