make fb comments mobile responsive

This commit is contained in:
Ayo 2018-02-04 15:00:49 +08:00
parent 5be2256e7b
commit 1e9a0ad13f

View file

@ -23,7 +23,7 @@ layout: default
<h1>Thoughts? Post them on the comments below! :)</h1> <h1>Thoughts? Post them on the comments below! :)</h1>
<div class="fb-comments" data-href="{{site.url}}{{page.url}}" data-numposts="5"></div> <div class="fb-comments" data-mobile="true" data-href="{{site.url}}{{page.url}}" data-numposts="5"></div>
{% if site.disqus.shortname %} {% if site.disqus.shortname %}
{% include disqus_comments.html %} {% include disqus_comments.html %}