Skip to content

Commit e286412

Browse files
committed
Sort doc comments newest first
1 parent 6dbdeae commit e286412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ <h1>{{ page.title }}</h1>
1212
{{ content }}
1313

1414
<h2>Comments</h2>
15-
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://reactjs.net{{ page.url }}"></div>
15+
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://reactjs.net{{ page.url }}" data-order-by="reverse_time"></div>
1616
</div>
1717
</section>

0 commit comments

Comments
 (0)