This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/master by this push:
new a3a7900598 Make footer year dynamic using Jekyll build time
a3a7900598 is described below
commit a3a7900598ddab40c6b06a7bb88de6927a868541
Author: Abhishek Mishra <[email protected]>
AuthorDate: Sun Feb 8 13:30:26 2026 +0000
Make footer year dynamic using Jekyll build time
---
_includes/themes/apache/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/themes/apache/footer.html
b/_includes/themes/apache/footer.html
index 6209371bfb..1defe169c4 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -7,7 +7,7 @@
alt="Logo of the Apache
Software Foundation"/></a>
</div>
<div>
- Copyright © 2019-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Copyright © 2019-{{ site.time | date: "%Y" }} <a
href="https://www.apache.org">The Apache Software Foundation</a>.
Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>