Skip to content

Commit 2cfbe80

Browse files
committed
Merge branch 'stmuk'
2 parents f649193 + b1f3fbb commit 2cfbe80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htmlify.p6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,11 +851,12 @@ sub write-index-files() {
851851
]}))
852852
), 'programs');
853853

854+
# sort language index by file name to allow author control of order
854855
say 'Writing html/language.html ...';
855856
spurt 'html/language.html', p2h(pod-with-title(
856857
'Perl 6 Language Documentation',
857858
pod-block("Tutorials, general reference, migration guides and meta pages for the Perl 6 language, in alphabetical order. Scroll down or search 'tutorial' or 'from' to see all of them."),
858-
pod-table($*DR.lookup('language', :by<kind>).sort(*.name).map({[
859+
pod-table($*DR.lookup('language', :by<kind>).map({[
859860
pod-link(.name, .url),
860861
.summary
861862
]}))

0 commit comments

Comments
 (0)