Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Modules to menu-nav
  • Loading branch information
hankache committed Dec 26, 2016
1 parent 5acd6dd commit 772cd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/menu-nav
Expand Up @@ -22,6 +22,8 @@
><a href="http://docs.perl6.org">Documentation</a></li> %]
[% item res <li id="nav-res" {{ class="active"}}
><a href="/resources/">Resources</a></li> %]
[% item modules <li id="nav-modules" {{ class="active"}}
><a href="https://modules.perl6.org/">Modules</a></li> %]
[% item specs <li id="nav-specs" {{ class="active"}}
><a href="/specification/">Design</a></li> %]
[% item compilers <li id="nav-compilers"{{ class="active"}}
Expand Down

0 comments on commit 772cd98

Please sign in to comment.