Sha256: 28a93811b9fce389b2e060a1de742b1c185a3ab9badd46a707d78fa85c49312a
Contents?: true
Size: 1.76 KB
Versions: 22
Compression:
Stored size: 1.76 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/procedures/provider/analytics # Liquid CONNECTOR for analytics providers supported by J1 Template # # Product/Info: # http://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures --------------------------------------------------------------- {% endcomment %} {% comment %} Variables --------------------------------------------------------------- {% endcomment %} {% comment %} Main --------------------------------------------------------------- {% endcomment %} {% if site.safe and site.j1_config.analytics.provider and page.j1_config.analytics != false %} {% case site.j1_config.analytics.provider %} {% when "google" %} {% include themes/{{site.template.name}}/procedures/provider/analytics/provider/google %} {% when "googleUA" %} {% include themes/{{site.template.name}}/procedures/provider/analytics/googleUA %} {% when "getclicky" %} {% include themes/{{site.template.name}}/procedures/provider/analytics/getclicky %} {% when "mixpanel" %} {% include themes/{{site.template.name}}/procedures/provider/analytics/mixpanel %} {% when "piwik" %} {% include themes/{{site.template.name}}/procedures/provider/analytics/piwik %} {% when "custom" %} {% include custom/analytics %} {% endcase %} {% endif %}
Version data entries
22 entries across 22 versions & 1 rubygems