Skip to content

Commit

Permalink
Remove about page for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 27, 2024
1 parent 25e0bfe commit ee83c66
Showing 3 changed files with 0 additions and 78 deletions.
1 change: 0 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ import { SITE_TITLE } from "../consts";
<div class="internal-links">
<HeaderLink href="/">Home</HeaderLink>
<HeaderLink href="/blog">Blog</HeaderLink>
<HeaderLink href="/about">About</HeaderLink>
</div>
<div class="social-links">
<a href="https://social.lol/@avy" target="_blank">
72 changes: 0 additions & 72 deletions src/pages/about.astro

This file was deleted.

5 changes: 0 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -45,11 +45,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
format
</li>
</ul>
<p>
<a href="/about">Read more</a> about me, or <a
href="mailto:arun@arun.blog">reach out</a
>.
</p>
</main>
<Footer />
</body>

0 comments on commit ee83c66

Please sign in to comment.