feat: include brief description on index

inspiration taken from sanju.sh
This commit is contained in:
Troy 2025-02-16 18:17:29 +00:00
parent 3595f0a213
commit dcd730b0b1
Signed by: troy
GPG key ID: DFC06C02ED3B4711
18 changed files with 90 additions and 37 deletions

View file

@ -1,5 +1,6 @@
---
import { SITE } from "@consts";
import Button from "@components/Button.astro";
const pathname = new URL(Astro.request.url).pathname;
const currentPath = pathname.replace(/\/$/, "");
@ -32,6 +33,7 @@ const currentPath = pathname.replace(/\/$/, "");
);
})
}
<Button href={`mailto:${SITE.EMAIL}`} link="Email" />
</ul>
</nav>
</header>