From 4310c90f483805f24207bee0df83741bbf735406 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 18 Nov 2025 15:13:46 +1300 Subject: [PATCH] reaallly not sure on some of this stuff now huh --- web/src/components/footer.astro | 10 +++++++--- web/src/components/index/recentPosts.astro | 2 +- web/src/pages/index.astro | 11 +++++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/web/src/components/footer.astro b/web/src/components/footer.astro index b6b6b60..ef67a36 100644 --- a/web/src/components/footer.astro +++ b/web/src/components/footer.astro @@ -13,9 +13,13 @@ const links = [ lnk: "mailto:contact@breadone.net" }, { - txt: "copyright", - lnk: "/copyright" - } + txt: "about", + lnk: "/about" + }, + // { + // txt: "copyright", + // lnk: "/copyright" + // } ] --- diff --git a/web/src/components/index/recentPosts.astro b/web/src/components/index/recentPosts.astro index b0f1038..e236a1b 100644 --- a/web/src/components/index/recentPosts.astro +++ b/web/src/components/index/recentPosts.astro @@ -23,7 +23,7 @@ const postImages = await Promise.all( posts.items.map(p => pb.files.getURL(p, p.
- {p.title}/ + {p.title}/
diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro index 60dad96..61fd2ae 100644 --- a/web/src/pages/index.astro +++ b/web/src/pages/index.astro @@ -9,13 +9,16 @@ export const prerender = false

New website new me!


-

Check out some of the photos and posts I've added recently, as well as the new design.


+ +

This is the third major iteration of the website, and by far the most flexible and best designed (imo!)


-

If you're interested, I actually wrote a post about the new design and all that went into it.

+

If you're interested, I actually wrote a post about the new design and all that went into it.


+ +

I'm... really not sure what to put on this landing page, make sure to check out some of the photos and posts I've added recently, I've been totally revamping those too and I'm really proud of this batch.

-
+