Skip to content

Hardcoded Copyright Year in Footer Parameter #559

Description

@aniket866

Describe the bug

Description

The copyright text variable configured in parameters uses a hardcoded trademark string.

  • Location: config/_default/params.toml
  • Rationale: The copyright text is static, meaning it does not update to show the current year dynamically. This requires manual updates annually.
  • How to Verify: View the copyright information printed in the footer.

Verification Flow

graph TD
    A[Start: Inspect footer copyright element] --> B[Analyze copyright year parameters]
    B --> C{Is year hardcoded in params?}
    C -- Yes --> D[Issue Confirmed: Inflexible copyright configuration]
    C -- No --> E[Dynamic year generation]
Loading

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