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

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


The following commit(s) were added to refs/heads/master by this push:
     new b3f0cbaf40 custom-theme: update footer
b3f0cbaf40 is described below

commit b3f0cbaf40ce8187ba517c1e10b9847740b0baa3
Author: Piotr Narajowski <[email protected]>
AuthorDate: Wed May 7 13:08:09 2025 +0200

    custom-theme: update footer
    
    Add Privacy Policy button to footer.
    All ASF websites must link to the Privacy Policy.
---
 custom-theme/footer.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/custom-theme/footer.html b/custom-theme/footer.html
index 3a77c1319e..3406c426f8 100644
--- a/custom-theme/footer.html
+++ b/custom-theme/footer.html
@@ -51,4 +51,9 @@
             ASF Events
         </button>
     </a>
+    <a href="https://www.apache.org/foundation/policies/privacy.html";>
+        <button class="button-footer-asf">
+            Privacy Policy
+        </button>
+    </a>
 </footer>

Reply via email to