(minor) year bump

This commit is contained in:
vindarel 2024-02-20 12:35:48 +01:00
parent 1aed210f14
commit 6cc1cef5e3

View file

@ -84,7 +84,7 @@
var footer = [
'<hr/>',
'<footer style="text-align: right;">',
'<div style=\"color: dimgrey\">CIEL developers 2023. <a href="https://github.com/sponsors/vindarel/">Show your love!</a></div>',
'<div style=\"color: dimgrey\">CIEL developers 2024. <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('');