Skip to content

Commit b2a7117

Browse files
committed
Rearrange header links #325
1 parent dad2053 commit b2a7117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/nav.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
22
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
3-
<a href="https://www.rust-lang.org">
3+
<a href="/">
44
<img class="v-mid ml0-l" alt="Rust Logo" src="/images/rust-logo-blk.svg">
5-
<span class="dib ml1 ml0-l">Rust</span>
5+
<span class="dib ml1 ml0-l">Rust Blog</span>
66
</a>
77
</div>
88

99
<ul class="nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns">
10+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org">Rust</a></li>
1011
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools/install">Install</a></li>
1112
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/learn">Learn</a></li>
1213
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools">Tools</a></li>
1314
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/governance">Governance</a></li>
1415
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/community">Community</a></li>
15-
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://blog.rust-lang.org/" target="_blank" rel="noopener">Blog</a></li>
1616
</ul>
1717
</nav>

0 commit comments

Comments
 (0)