- {% if site.disqus_shortname and page.comments %} -
+ {% if site.comments.provider and page.comments %} + {% case site.comments.provider %} + {% when "disqus" %} +
+ {% when "facebook" %} +
+ {% when "google-plus" %} +
Loading Google+ Comments ...
+ {% when "custom" %} +
+ {% endcase %} {% endif %} {% comment %}{% endcomment %} {% if page.id and page.related and site.related_posts.size > 0 %}