This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6cfb3860 fix: Add required ASF policy links to footer
6cfb3860 is described below
commit 6cfb38609f6e1e9546bb5035c89ef591b1d1a13b
Author: Rich Bowen <[email protected]>
AuthorDate: Wed May 27 22:50:29 2026 -0400
fix: Add required ASF policy links to footer
Adds Foundation, Events, License, Security, Sponsorship, Thanks,
and Privacy links to the Hugo site footer. Updates "Apache feather
logo" → "Apache logo".
Checker: https://whimsy.apache.org/site/
---
layouts/_default/baseof.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d0050249..9ad4c19e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -60,7 +60,16 @@
<div class="container">
<p>Copyright © 2013-{{ now.Year }} The Apache Software
Foundation, Licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.<br/>
- Apache SIS, Apache, the Apache feather logo are trademarks of The
Apache Software Foundation.</p>
+ Apache SIS, Apache, the Apache logo are trademarks of The Apache
Software Foundation.</p>
+ <p>
+ <a href="https://www.apache.org/">Foundation</a> |
+ <a
href="https://www.apache.org/events/current-event.html">Events</a> |
+ <a href="https://www.apache.org/licenses/">License</a> |
+ <a href="https://www.apache.org/security/">Security</a> |
+ <a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+ <a
href="https://www.apache.org/foundation/thanks.html">Thanks</a> |
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
+ </p>
</div>
</footer>
</div>