Skip to content

Commit

Permalink
Updated navbar
Browse files Browse the repository at this point in the history
Hopefully removing the cerowrt link won't break anything.
  • Loading branch information
Dave Taht committed Aug 27, 2018
1 parent ff79883 commit 06bade3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
{{ range $section, $pages := .Site.Sections }}
<li><a href="{{ printf "/%s/wiki" $section | relURL }}">{{ title $section }}</a></li>
{{ end }}
<!--
And here is where you'd add more links to sections, or anywhere you like.
<li><a href="#">About Me</a></li>
-->
<li><a href="/bloat/wiki">Bloat</a></li>
<li><a href="/codel/wiki">FQ-Codel</a></li>
<li><a href="https://github.com/heistp/irtt">IRTT</a></li>
<li><a href="https://flent.org">Flent</a></li>
<li><a href="/make-wifi-fast/wiki">Make-Wifi-Fast</a></li>
<li><a href="/ecn-sane/wiki">ECN-Sane</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 06bade3

Please sign in to comment.