incf year

This commit is contained in:
vindarel 2025-01-17 14:02:23 +01:00
parent 5c8c44f352
commit dea169edea

View file

@ -85,7 +85,7 @@
var footer = [
'<hr/>',
'<footer style="text-align: right;">',
'<div style=\"color: dimgrey\">CIEL developers 2024. <a href="https://github.com/sponsors/vindarel/">Show your love!</a></div>',
'<div style=\"color: dimgrey\">CIEL developers 2025. <a href="https://github.com/sponsors/vindarel/">Show your love!</a></div>',
'<div style=\"color: dimgrey\"> Discover our <a href="https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358" style=\"color: dimgrey\">Common Lisp course in videos.</a></div>',
'</footer>'
].join('');