Update nav links
This commit is contained in:
parent
2042bc308a
commit
3b4e381e2b
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user