Fixed outdated copyright year in error pages (Fixes #70)#101
Open
Yashvi005-bit wants to merge 1 commit intofossasia:masterfrom
Open
Fixed outdated copyright year in error pages (Fixes #70)#101Yashvi005-bit wants to merge 1 commit intofossasia:masterfrom
Yashvi005-bit wants to merge 1 commit intofossasia:masterfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the copyright notice text at the bottom of the 404 and 500 error pages to reflect the project period 2009–2026 instead of the outdated single year 2016. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Instead of hardcoding
2009-2026in multiple files, consider centralizing the copyright text (e.g., via a shared partial/template or variable) to avoid future inconsistencies across pages. - If the project prefers not to update these dates manually each year, you might want to use a dynamic year (or year range) rendered at build/runtime to keep the footer current automatically.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Instead of hardcoding `2009-2026` in multiple files, consider centralizing the copyright text (e.g., via a shared partial/template or variable) to avoid future inconsistencies across pages.
- If the project prefers not to update these dates manually each year, you might want to use a dynamic year (or year range) rendered at build/runtime to keep the footer current automatically.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes done in this Pull Request
Description / Changes
Updated the copyright year in 404.html and 500.html to reflect the current project period.
Screenshots if any:
Before:
After:
Summary by Sourcery
Enhancements: