Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 22ea602

Browse files
committed
Add "Team" link to header
The subteams page isn't as useful without a way to reach it. Add it to the header. This involves adding another column to the links; it's starting to get a bit crowded in the heaser, but I don't think it's too bad.
1 parent c8f8b52 commit 22ea602

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_layouts/default.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<header>
1919

2020
<ul class="row menu">
21-
<li class="col-xs-12 col-md-4">
21+
<li class="col-xs-12 col-md-2">
2222
<a href="index.html">
2323
<img class="img-responsive" src="logos/rust-logo-blk.svg" onerror="this.src='logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2424
</a>
@@ -75,6 +75,13 @@
7575
</li>
7676
</ul>
7777
</li>
78+
<li class="col-xs-4 col-md-2"><h2>&nbsp;</h2>
79+
<ul>
80+
<li>
81+
<a href="team.html">Team</a>
82+
</li>
83+
</ul>
84+
</li>
7885
</ul>
7986
</header>
8087
{{ content }}

0 commit comments

Comments
 (0)