Skip to content

fix(footer): make copyright year dynamic#12

Closed
tanushree-coder-girl wants to merge 1 commit intogetprobo:v2from
tanushree-coder-girl:fix/footer-dynamic-year
Closed

fix(footer): make copyright year dynamic#12
tanushree-coder-girl wants to merge 1 commit intogetprobo:v2from
tanushree-coder-girl:fix/footer-dynamic-year

Conversation

@tanushree-coder-girl
Copy link
Copy Markdown

Description

This MR fixes the issue where the footer year was hardcoded and did not update automatically.

The copyright year is now generated dynamically using new Date().getFullYear() in footer.astro, ensuring that it always shows the current year.

Issue

Fixes: #11

Changes

  • Updated footer.astro to use a dynamic year:

@gearnode gearnode closed this Mar 24, 2026
@tanushree-coder-girl tanushree-coder-girl deleted the fix/footer-dynamic-year branch March 24, 2026 13:42
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.

Bug - Footer year is currently static and does not update automatically

2 participants