We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286412 commit cbc2f18Copy full SHA for cbc2f18
site/jekyll/_layouts/post.html
@@ -18,6 +18,6 @@ <h1>{{ page.title }}</h1>
18
<div class="fb-like" data-send="true" data-width="650" data-show-faces="false"></div>
19
20
<h2>Comments</h2>
21
- <div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://reactjs.net{{ page.url }}"></div>
+ <div class="fb-comments" data-width="650" data-num-posts="10" data-href="http://reactjs.net{{ page.url }}" data-order-by="reverse_time"></div>
22
</div>
23
</section>
0 commit comments