Skip to content

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. #783

@kjaymiller

Description

@kjaymiller

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>&copy; 2025 Black Python Devs</small> -> <small>&copy; {{ year }} Black Python Devs</small>

I'll open a separate issue to address this.

Originally posted by @danielcristho in #782 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions