Skip to content

Commit a3a7900

Browse files
Abhishekmishra2808acassis
authored andcommitted
Make footer year dynamic using Jekyll build time
1 parent 072b160 commit a3a7900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/themes/apache/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
alt="Logo of the Apache Software Foundation"/></a>
88
</div>
99
<div>
10-
Copyright &copy; 2019-2025 <a href="https://www.apache.org">The Apache Software Foundation</a>.
10+
Copyright &copy; 2019-{{ site.time | date: "%Y" }} <a href="https://www.apache.org">The Apache Software Foundation</a>.
1111
Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
1212
2.0</a>.
1313
<br>

0 commit comments

Comments
 (0)