This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cbf031539 Add link to ASF events in rest of templates
cbf031539 is described below
commit cbf03153968d0f311bf5517ef5f55ce41f0f2874
Author: Sean Owen <[email protected]>
AuthorDate: Mon May 2 09:21:14 2022 -0500
Add link to ASF events in rest of templates
Required links to ASF events were added to the site in
https://github.com/apache/spark-website/commit/b899a8353467b9a27c90509daa19f07dba450b38
but we missed one template that controls the home page.
Author: Sean Owen <[email protected]>
Closes #386 from srowen/Events2.
---
_layouts/home.html | 1 +
site/index.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/_layouts/home.html b/_layouts/home.html
index 1b4c20a44..7cf1ee258 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -123,6 +123,7 @@
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="dropdown-item"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a class="dropdown-item"
href="https://www.apache.org/security/">Security</a></li>
+ <li><a class="dropdown-item"
href="https://www.apache.org/events/current-event">Event</a></li>
</ul>
</li>
</ul>
diff --git a/site/index.html b/site/index.html
index 1b02ea829..d95cc1583 100644
--- a/site/index.html
+++ b/site/index.html
@@ -119,6 +119,7 @@
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="dropdown-item"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a class="dropdown-item"
href="https://www.apache.org/security/">Security</a></li>
+ <li><a class="dropdown-item"
href="https://www.apache.org/events/current-event">Event</a></li>
</ul>
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]