This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 49a307c  MINOR: [Website] add datafusion to homepage banner (#150)
49a307c is described below

commit 49a307c36d6b35fe5cc6bd42d94e666c91c08a93
Author: QP Hou <[email protected]>
AuthorDate: Tue Sep 21 23:08:33 2021 -0700

    MINOR: [Website] add datafusion to homepage banner (#150)
---
 _includes/header.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/_includes/header.html b/_includes/header.html
index 626c54e..994ec7b 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -50,6 +50,16 @@
         </li>
         <li class="nav-item dropdown">
           <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownSubprojects" role="button" 
data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Subprojects
+          </a>
+          <div class="dropdown-menu" 
aria-labelledby="navbarDropdownSubprojects">
+            <a class="dropdown-item" href="{{ site.baseurl 
}}/datafusion">DataFusion</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
              id="navbarDropdownCommunity" role="button" data-toggle="dropdown"
              aria-haspopup="true" aria-expanded="false">
              Community

Reply via email to