diff --git a/_config.yml b/_config.yml index 689c38af..05932211 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ masthead_title : # overrides the website title displayed in the masthe # breadcrumbs : false # true, false (default) words_per_minute : 200 comments: - provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "staticman_v2", "utterances", "custom" + provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom" disqus: shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 8cbe1b66..4f0c02cd 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -97,14 +97,6 @@ {% endif %} - {% if author.google_plus %} -
  • - - Google+ - -
  • - {% endif %} - {% if author.linkedin %}
  • diff --git a/_includes/comments-providers/google-plus.html b/_includes/comments-providers/google-plus.html deleted file mode 100644 index 0b4ff6b7..00000000 --- a/_includes/comments-providers/google-plus.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/_includes/comments-providers/scripts.html b/_includes/comments-providers/scripts.html index ff9e31c2..4e3f5854 100644 --- a/_includes/comments-providers/scripts.html +++ b/_includes/comments-providers/scripts.html @@ -6,8 +6,6 @@ {% include /comments-providers/discourse.html %} {% when "facebook" %} {% include /comments-providers/facebook.html %} - {% when "google-plus" %} - {% include /comments-providers/google-plus.html %} {% when "staticman" %} {% include /comments-providers/staticman.html %} {% when "staticman_v2" %} diff --git a/_includes/comments.html b/_includes/comments.html index 488e31f7..40b03597 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -10,21 +10,6 @@ {% when "facebook" %}

    {{ comments_label }}

    - {% when "google-plus" %} -

    {{ comments_label }}

    -
    Loading Google+ Comments ...
    - -