Skip to content

Commit cd252cb

Browse files
committed
meetings.jquery.org: Added link to TC39 Meeting Notes. Fixes jquery/meetings.jquery.org#8.
1 parent 9210e6a commit cd252cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="sidebar" class="widget-area" role="complementary">
22
<aside id="categories" class="widget">
3-
<h2>Minutes</h2>
3+
<h2>Internal Minutes</h2>
44
<ul>
55
<?php wp_list_categories( array(
66
'depth' => 2,
@@ -9,5 +9,9 @@
99
'use_desc_for_title' => false
1010
) ); ?>
1111
</ul>
12+
<h2>External Minutes</h2>
13+
<ul>
14+
<li><a href="https://github.com/rwaldron/tc39-notes">TC39 (ECMAScript)</a></li>
15+
</ul>
1216
</aside>
1317
</div>

0 commit comments

Comments
 (0)