Add more analytics and commenting options

This commit is contained in:
Michael Rose
2016-03-07 11:29:35 -05:00
parent 3bd495f1d4
commit 9164c5053d
13 changed files with 111 additions and 42 deletions

14
_includes/comments Normal file
View 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 %}