Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locales/en-US/common.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ nav-install = Install
nav-learn = Learn
nav-tools = Tools
nav-governance = Governance
nav-funding = Funding
nav-community = Community
nav-blog = Blog
nav-playground = Playground
Expand Down
1 change: 1 addition & 0 deletions templates/components/nav.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://play.rust-lang.org/">{{fluent "nav-playground"}}</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="{{baseurl}}/tools">{{fluent "nav-tools"}}</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="{{baseurl}}/governance">{{fluent "nav-governance"}}</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="{{baseurl}}/funding">{{fluent "nav-funding"}}</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="{{baseurl}}/community">{{fluent "nav-community"}}</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://blog.rust-lang.org/">{{fluent "nav-blog"}}</a></li>
</ul>
Expand Down