Skip to content

Commit 5dccfba

Browse files
committed
Fix nav links
1 parent 34e5e01 commit 5dccfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{% if page.url != "/" %}
2121
<header>
2222
<a class="nav-link site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
23-
<a class="nav-link" href="/posts/">Posts</a>
24-
<a class="nav-link" href="/changelog/">Changelog</a>
23+
<a class="nav-link" href="/posts">Posts</a>
24+
<a class="nav-link" href="/changelog">Changelog</a>
2525
<a class="nav-link" href="https://opencollective.com/rust-analyzer/">Sponsor</a>
2626
</header>
2727
{% endif %}

0 commit comments

Comments
 (0)