1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Add year to footer

This commit is contained in:
RGBCube 2024-03-04 13:14:46 +03:00
parent a2f3fc2e5c
commit 73115d08d2
No known key found for this signature in database

View file

@ -121,5 +121,5 @@ layout: base.vto
{{ content }}
<footer>Copyright © RGBCube</footer>
<footer>Copyright {{ new Date().getFullYear() }} © RGBCube</footer>
</div>