[HDDS-9137][website] Update the copyright year from 2022 to 2023 (#41)

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>&copy; 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>