Update nav links

This commit is contained in:
Chris Dill 2022-02-06 17:44:17 +00:00
parent 2042bc308a
commit 3b4e381e2b
2 changed files with 4 additions and 4 deletions

View File

@ -23,12 +23,12 @@
</a> -->
<ul class="navbar-nav mr-auto">
<li><a aria-current="{segment === undefined ? 'page' : undefined}" href=".">Quartznet</a></li>
<li><a aria-current="{segment === 'about' ? 'page' : undefined}" href="about">About</a></li>
<li><a aria-current="{segment === undefined ? 'page' : undefined}" href="/">Quartznet</a></li>
<li><a aria-current="{segment === 'about' ? 'page' : undefined}" href="/about">About</a></li>
<!-- for the blog link, we're using rel=prefetch so that Sapper prefetches
the blog data when we hover over the link or tap it on a touchscreen -->
<li><a rel=prefetch aria-current="{segment === 'blog' ? 'page' : undefined}" href="blog">Blog</a>
<li><a rel=prefetch aria-current="{segment === 'blog' ? 'page' : undefined}" href="/blog">Blog</a>
</li>
</ul>
<ul class="navbar-nav ml-auto">

View File

@ -14,4 +14,4 @@
</style>
<!-- <a on:click={onClick} href="404"><img src="/user.svg" alt="Admin"></a> -->
<a on:click={onClick} href="404">Admin</a>
<a on:click={onClick} href="/404">Admin</a>