feat: include brief description on index
inspiration taken from sanju.sh
This commit is contained in:
parent
3595f0a213
commit
dcd730b0b1
18 changed files with 90 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue