Skip to content

Commit 2577dc2

Browse files
committed
Adds a little introduction to the 'language' page
Which is the most visited in the site. Not the best, but brief and to the point. Closes #1884
1 parent 0126740 commit 2577dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htmlify.p6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ sub write-index-files() {
833833
say 'Writing html/language.html ...';
834834
spurt 'html/language.html', p2h(pod-with-title(
835835
'Perl 6 Language Documentation',
836+
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."),
836837
pod-table($*DR.lookup('language', :by<kind>).sort(*.name).map({[
837838
pod-link(.name, .url),
838839
.summary

0 commit comments

Comments
 (0)