Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move name to first column on /routine
  • Loading branch information
gfldex committed Jul 10, 2016
1 parent f45293b commit 4a11181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlify.p6
Expand Up @@ -850,8 +850,8 @@ sub write-main-index(:$kind, :&summary = {Nil}) {
pod-table($*DR.lookup($kind, :by<kind>)\
.categorize(*.name).sort(*.key)>>.value
.map({[
.map({.subkinds // Nil}).flat.unique.join(', '),
pod-link(.[0].name, .[0].url),
.map({.subkinds // Nil}).flat.unique.join(', '),
.&summary
]})
)
Expand Down

0 comments on commit 4a11181

Please sign in to comment.