Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const staticPages = (await getCollection("staticPages"))
{`/`}
</span>
<Link href="/projects" underline={false}> projects </Link>
<span>
{`/`}
</span>
<Link href="/social" underline={false}> social </Link>
{/* The social link is out of the navigation while the Bluesky feed it
renders is empty, so visitors are not sent to a blank page. The
page itself stays at /social; restore the link once there are
posts. */}
<button
data-theme-toggle
aria-label="Toggle theme"
Expand Down