Skip to content

Commit 28a486a

Browse files
committed
[MINOR] Update copyright year in the footer
1 parent 10ff4f6 commit 28a486a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_src/_includes/themes/apache/partials/_footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
<div style="margin-top: 20px; margin-bottom: 20px;">
2323
<a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator"/></a>
2424
</div>
25+
<!--Footer copyright year update credit: http://updateyourfooter.com/-->
2526
<div>
26-
Copyright &copy; 2015-2018 <a href="http://www.apache.org">The Apache Software Foundation</a>.
27+
Copyright &copy; 2015<script>new Date().getFullYear()>2015&&document.write("-"+new Date().getFullYear());</script>
28+
<a href="http://www.apache.org">The Apache Software Foundation</a>.
2729
Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
2830
<br>
2931
Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.

0 commit comments

Comments
 (0)