Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dynamic Copyright Year in Footer #707

Closed
1 of 5 tasks
ygowthamr opened this issue Nov 7, 2024 · 0 comments · Fixed by #709
Closed
1 of 5 tasks

Add Dynamic Copyright Year in Footer #707

ygowthamr opened this issue Nov 7, 2024 · 0 comments · Fixed by #709
Labels
gssoc-ext New feature or request hacktoberfest hacktoberfest-accepted Hacktoberfest

Comments

@ygowthamr
Copy link
Contributor

Issue Summary

The footer currently has a static copyright year that requires manual updates. This can lead to outdated information.

Issue Description

To ensure the copyright year stays current, it should be dynamically generated. This will improve accuracy and reduce maintenance.

Proposed Solution (Optional)

  • Use JavaScript (e.g., new Date().getFullYear()) to fetch the current year.
  • Insert the dynamically fetched year into the footer.
  • Ensure the solution works across different browsers and devices.

Priority

High - Requires urgent attention

Category

  • Enhancement
  • Refactor
  • Security
  • Design
  • Other

Additional Context (Optional)

@YadavAkhileshh Pls assign me this issue, give me label, level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext New feature or request hacktoberfest hacktoberfest-accepted Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant