This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new aaa59acc2 Add link to privacy policy
aaa59acc2 is described below
commit aaa59acc257dc85378b7b05f3fd0910e7834cea9
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Apr 23 15:41:42 2022 +0100
Add link to privacy policy
---
layouts/_default/baseof.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 54859880a..5d531b52e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -165,7 +165,7 @@
</div><!--/.container -->
<footer class="footer">
- <div class="container">
+ <div class="container" style="font-size:80%" >
<p>
Copyright © 2011–{{ now.Year }} The Apache Software
Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.
@@ -173,6 +173,9 @@
<p>
Apache Jena, Jena, the Apache Jena project logo, Apache and the
Apache feather logos are trademarks of
The Apache Software Foundation.
+ <br/>
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html"
+ >Apache Software Foundation Privacy Policy</a>.
</p>
</div>
</footer>