1
0
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:
Plailect
2016-10-29 19:02:14 -04:00
parent e9bb4232f1
commit c6947ce74b
241 changed files with 18445 additions and 3 deletions

12
_includes/analytics.html 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.html %}
{% when "google-universal" %}
{% include /analytics-providers/google-universal.html %}
{% when "custom" %}
{% include /analytics-providers/custom.html %}
{% endcase %}
{% endif %}