1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

Fix Google Comments width.

This commit is contained in:
Markus Birth 2015-06-28 03:54:50 +02:00
parent b10913e70d
commit 05e2f311b2

View File

@ -24,5 +24,5 @@
<div id="comments_google" class="comments-tab"> <div id="comments_google" class="comments-tab">
<script src="//apis.google.com/js/plusone.js" type="text/javascript"></script> <script src="//apis.google.com/js/plusone.js" type="text/javascript"></script>
<div class="g-comments" data-href="{{ site.url }}{{ page.url }}" data-width="900" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ comments...</div> <div class="g-comments" data-href="{{ site.url }}{{ page.url }}" data-width="100%" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ comments</div>
</div> </div>