57a4324fa0
- Jekyll ignore `/docs` and `/test` folders when using from root - Update Staticman config to point to correct branch and data file location - Replace `{{ base_path }}` references with `absolute_url` filter - Update documentation
12 lines
No EOL
350 B
HTML
12 lines
No EOL
350 B
HTML
{% if site.analytics.provider and page.analytics != false %}
|
|
|
|
{% case site.analytics.provider %}
|
|
{% when "google" %}
|
|
{% include /analytics-providers/google.html %}
|
|
{% when "google-universal" %}
|
|
{% include /analytics-providers/google-universal.html %}
|
|
{% when "custom" %}
|
|
{% include /analytics-providers/custom.html %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |