Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sort menu tabs
  • Loading branch information
Paul Cochrane committed May 6, 2015
1 parent 5f3c6ac commit d08200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/Htmlify.pm6
Expand Up @@ -202,7 +202,7 @@ class Website is export {
my @category-keys = $!categories.keys;
my $menu-items = [~]
q[<div class="menu-items dark-green">],
%!menu-tabs.keys.map( -> $menu-tab-link {qq[
%!menu-tabs.keys.sort.map( -> $menu-tab-link {qq[
<a class="menu-item selected darker-green"
href="$menu-tab-link">
{ %!menu-tabs{$menu-tab-link} }
Expand Down

0 comments on commit d08200a

Please sign in to comment.