make fb comments mobile responsive
This commit is contained in:
parent
5be2256e7b
commit
1e9a0ad13f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue