Skip to content

Commit c451be8

Browse files
authored
update year programmatically (#279)
1 parent feb67c7 commit c451be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
3131
<img src="{{site.baseurl}}/img/microsoft-logo-inverted.png" height="20" alt="Microsoft">
3232
</a>
33-
<span>© 2022 Microsoft</span>
33+
<span>© {{ 'now' | date: "%Y" }} Microsoft</span>
3434
</div>
3535
</li>
3636
</ul>

0 commit comments

Comments
 (0)