refactor: update footer, revamp theme toggle, add head metadata, post navigation spacing
All checks were successful
build dist / build-dist (push) Successful in 35s

This commit is contained in:
z0x 2025-05-07 10:01:47 -04:00
parent 81d454824a
commit a522447570
9 changed files with 129 additions and 144 deletions

View file

@ -11,12 +11,17 @@ import SocialIcons from "./SocialIcons.astro";---
class="flex flex-col items-center justify-center gap-y-2 sm:flex-row sm:justify-between"
>
<div class="flex items-center gap-x-2">
<span class="text-muted-foreground text-center text-sm">
&copy; {new Date().getFullYear()} • <Link href="https://z0x.ca?utm_source=blog.z0x.ca" class="hover:text-primary">z0x</Link>
<span class="text-muted-foreground text-sm">
&copy; {new Date().getFullYear()} All rights reserved.
</span>
<Separator orientation="vertical" className="h-4!" />
<p class="text-muted-foreground text-center text-sm">
All rights reserved.
<Separator orientation="vertical" className="hidden h-4! sm:block" />
<p class="text-muted-foreground text-sm">
<Link
href="https://z0x.ca?utm_source=blog.z0x.ca"
class="text-foreground"
external
underline>z0x</Link
>
</p>
</div>
<SocialIcons links={SOCIAL_LINKS} />