templates: point navbar to reasonable places

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2021-03-19 00:27:16 -04:00
parent 083d33b1ae
commit a6bebc92e8

View file

@ -13,8 +13,8 @@
<header> <header>
<h1 class="title">Prose</h1> <h1 class="title">Prose</h1>
<nav> <nav>
<a href="https://nsood.in">Home</a> <a href="/">Home</a>
<a href="https://notes.nsood.in">Blog</a> <a href="https://nsood.in">Portfolio</a>
<a href="https://nsood.in/#contact">Contact</a> <a href="https://nsood.in/#contact">Contact</a>
</nav> </nav>
</header> </header>