Skip to content

Commit d9d5ecc

Browse files
committed
Add cross reference comment to the rotation list
1 parent 618181c commit d9d5ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layouts/shortcodes/checkin-schedule.html

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
var year = new Date(today.getFullYear(), 0, 1);
1818
var week = Math.floor(((today - year) / 86400000) / 7) + 1;
1919

20+
// This list is alphabetically sorted and matches the sorting we have on
21+
// the working groups index page
2022
var wgs = [
2123
"Async/Await",
2224
"Diagnostics",

0 commit comments

Comments
 (0)