| {% include JB/is_production %} | |
| {% if is_production and site.JB.analytics.provider and page.JB.analytics != false %} | |
| {% case site.JB.analytics.provider %} | |
| {% when "getclicky" %} | |
| {% include JB/analytics-providers/getclicky %} | |
| {% when "matomo" %} | |
| {% include JB/analytics-providers/matomo %} | |
| {% when "mixpanel" %} | |
| {% include JB/analytics-providers/mixpanel %} | |
| {% when "piwik" %} | |
| {% include JB/analytics-providers/piwik %} | |
| {% when "custom" %} | |
| {% include custom/analytics %} | |
| {% endcase %} | |
| {% endif %} |