Remove year from copyright footer
diff --git a/themes/kube/layouts/partials/footer.html b/themes/kube/layouts/partials/footer.html
index 3344bed..de7d645 100644
--- a/themes/kube/layouts/partials/footer.html
+++ b/themes/kube/layouts/partials/footer.html
@@ -1,3 +1,3 @@
   <footer id="footer">
-    <p>&copy; 2023 The Apache Software Foundation. Built using the <a href="https://github.com/jeblister/kube" target="_blank" rel="noopener noreferrer">kube Theme for Hugo</a>. Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+    <p>&copy; The Apache Software Foundation. Built using the <a href="https://github.com/jeblister/kube" target="_blank" rel="noopener noreferrer">kube Theme for Hugo</a>. Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
   </footer>