Update copyright year #1

Closed
opened 2026-05-24 14:03:10 +00:00 by chaulmark · 4 comments
chaulmark commented 2026-05-24 14:03:10 +00:00 (Migrated from gitea.sigd.net)

Update copyright year to 2026.

Update copyright year to 2026.
chaulmark commented 2026-05-24 14:05:01 +00:00 (Migrated from gitea.sigd.net)

Can you check into this?

Can you check into this?
chaulmark commented 2026-05-24 14:09:46 +00:00 (Migrated from gitea.sigd.net)

Get this going.

Get this going.
chaulmark commented 2026-05-24 14:13:50 +00:00 (Migrated from gitea.sigd.net)

Now, this should work.

Now, this should work.
friday-bot commented 2026-05-24 14:15:16 +00:00 (Migrated from gitea.sigd.net)

Analysis

I checked the codebase for the copyright year implementation. The footer (src/components/layout/Footer.tsx:94) already uses a dynamic year expression:

© {new Date().getFullYear()} Chris Haulmark.

This evaluates client-side on every page load and currently outputs 2026 — no hardcoded year to update.

No code changes are needed. The copyright year is already correct.

Closing this issue as resolved.

## Analysis I checked the codebase for the copyright year implementation. The footer (`src/components/layout/Footer.tsx:94`) already uses a **dynamic year expression**: ```tsx © {new Date().getFullYear()} Chris Haulmark. ``` This evaluates client-side on every page load and currently outputs **2026** — no hardcoded year to update. **No code changes are needed.** The copyright year is already correct. Closing this issue as resolved.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chaulmark/chrishaulmark-website#1
No description provided.