Add more analytics and commenting options
This commit is contained in:
14
_includes/comments
Normal file
14
_includes/comments
Normal file
@@ -0,0 +1,14 @@
|
||||
{% if site.comments.provider and page.comments %}
|
||||
|
||||
{% case site.comments.provider %}
|
||||
{% when "disqus" %}
|
||||
{% include /comments-providers/disqus %}
|
||||
{% when "facebook" %}
|
||||
{% include /comments-providers/facebook %}
|
||||
{% when "google-plus" %}
|
||||
{% include /comments-providers/google-plus %}
|
||||
{% when "custom" %}
|
||||
{% include /comments-providers/custom %}
|
||||
{% endcase %}
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user