diff --git a/_includes/comments-providers/scripts.html b/_includes/comments-providers/scripts.html index ed192f7e..ddeba9f3 100644 --- a/_includes/comments-providers/scripts.html +++ b/_includes/comments-providers/scripts.html @@ -7,8 +7,11 @@ {% include /comments-providers/discourse.html %} {% when "facebook" %} {% include /comments-providers/facebook.html %} +{% comment %} + {% when "google-plus" %} {% include /comments-providers/google-plus.html %} +{% endcomment %} {% when "staticman" %} {% include /comments-providers/staticman.html %} {% when "custom" %} diff --git a/_includes/comments.html b/_includes/comments.html index ecf10272..02129b38 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -12,7 +12,10 @@
{% when "google-plus" %}

{{ comments_label }}

-
Loading Google+ Comments ...
+
Loading Google+ Comments ...
+ +