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

12
_includes/analytics Normal file
View File

@@ -0,0 +1,12 @@
{% if site.analytics.provider and page.analytics != false %}
{% case site.analytics.provider %}
{% when "google" %}
{% include /analytics-providers/google %}
{% when "google-universal" %}
{% include /analytics-providers/google-universal %}
{% when "custom" %}
{% include /analytics-providers/custom %}
{% endcase %}
{% endif %}