This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5c33eaa [HDDS-9137][website] Update the copyright year from 2022 to
2023 (#41)
5c33eaa is described below
commit 5c33eaa692a06f4881d1fc11ac33567eac866fad
Author: Neo Chien <[email protected]>
AuthorDate: Mon Aug 21 23:28:08 2023 +0800
[HDDS-9137][website] Update the copyright year from 2022 to 2023 (#41)
---
config.toml | 2 +-
layouts/partials/footer.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
index 40ffd2d..f88ea04 100644
--- a/config.toml
+++ b/config.toml
@@ -12,7 +12,7 @@
# limitations under the License. See accompanying LICENSE file.
#
title = "Apache Ozone"
-copyright = "© 2022 Apache Software Foundation"
+copyright = "© {year} The Apache Software Foundation"
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
uglyurls = false
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1fb1a03..e54ebac 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,7 +15,7 @@
<div class="container">
<div class="col-md-12 trademark">
- <p>© 2022 <a href="http://apache.org">The Apache Software
Foundation</a>,<br/>
+ <p>{{ replace .Site.Copyright "{year}" now.Year }} <a
href="http://apache.org">The Apache Software Foundation</a>,<br/>
Apache, Apache Hadoop, Apache Ozone, the Apache feather logo,
are trademarks of The Apache Software Foundation.
<p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]