Fixed header link... again
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
// src/components/Footer.astro
|
||||
import { getPath } from '../utils/paths';
|
||||
|
||||
const currentYear = new Date().getFullYear();
|
||||
const startYear = 2026;
|
||||
const displayYear = currentYear > startYear ? `${startYear}–${currentYear}` : startYear;
|
||||
import { getPath } from '../utils/paths';
|
||||
---
|
||||
|
||||
<footer class="main-footer">
|
||||
|
||||
Reference in New Issue
Block a user