mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-09-02 04:52:41 +02:00
major update + rewrite
This commit is contained in:
12
_includes/analytics.html
Normal file
12
_includes/analytics.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user