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.

-
+