You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2024/02/23 00:12:07 UTC

(petri) branch master updated: Add privacy policy link

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri.git


The following commit(s) were added to refs/heads/master by this push:
     new ff0cba6  Add privacy policy link
ff0cba6 is described below

commit ff0cba6e63c06e6524fb2f22884b349e4e338cc5
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Feb 22 16:12:03 2024 -0800

    Add privacy policy link
---
 theme/apache/templates/base.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index ea7eed8..722208b 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -176,6 +176,8 @@ li {
               <div class="dropdown-divider"></div>
               <a class="dropdown-item"
                 href="https://www.apache.org/security/">Security</a>
+              <a class="dropdown-item"
+                href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
             </div>
           </div>
         </div>