I've reverted it back to 2025. I just realized that the year should be updated via app.py (where it's set dynamically), not hardcoded in footer.html.
I think we should use the {{ year }} variable instead:
<small>© 2025 Black Python Devs</small> -> <small>© {{ year }} Black Python Devs</small>
I'll open a separate issue to address this.
Originally posted by @danielcristho in #782 (comment)