Skip to content

Commit 95d8ab1

Browse files
Remove auto-updated date from footer
Co-authored-by: Ona <no-reply@ona.com>
1 parent 914ce5a commit 95d8ab1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/Footer.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
const base = import.meta.env.BASE_URL.replace(/\/$/, "");
3-
const lastUpdated = new Date().toLocaleDateString("en-US", { month: "long", day: "numeric", year: "numeric" });
43
---
54

65
<footer class="border-t border-[var(--border-subtle)]">
@@ -46,8 +45,6 @@ const lastUpdated = new Date().toLocaleDateString("en-US", { month: "long", day:
4645
<a href="https://siddhantkhare.com" target="_blank" rel="noopener noreferrer" class="hover:text-[var(--text-primary)] transition-colors">Siddhant Khare</a>
4746
<span class="mx-1.5">·</span>
4847
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer" class="hover:text-[var(--text-primary)] transition-colors">CC BY-NC-SA 4.0</a>
49-
<span class="mx-1.5">·</span>
50-
<span>Updated {lastUpdated}</span>
5148
</div>
5249
<div class="flex gap-4">
5350
<a href="https://github.com/Siddhant-K-code/agentic-engineering-guide" target="_blank" rel="noopener noreferrer" class="hover:text-[var(--text-primary)] transition-colors">GitHub</a>

0 commit comments

Comments
 (0)