We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e5e01 commit 5dccfbaCopy full SHA for 5dccfba
_layouts/default.html
@@ -20,8 +20,8 @@
20
{% if page.url != "/" %}
21
<header>
22
<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>
+ <a class="nav-link" href="/posts">Posts</a>
+ <a class="nav-link" href="/changelog">Changelog</a>
25
<a class="nav-link" href="https://opencollective.com/rust-analyzer/">Sponsor</a>
26
</header>
27
{% endif %}
0 commit comments