Skip to content

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

Open
aniket866 wants to merge 1 commit into
microcks:masterfrom
aniket866:fix-copyright-year-clean
Open

The copyright text variable configured in parameters uses a hardcoded trademark string.#562
aniket866 wants to merge 1 commit into
microcks:masterfrom
aniket866:fix-copyright-year-clean

Conversation

@aniket866

@aniket866 aniket866 commented Jul 31, 2026

Copy link
Copy Markdown

Closes #559

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

Signed-off-by: aniket866 <iamaniketkumarmaner@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hardcoded Copyright Year in Footer Parameter

1 participant