diff --git a/_config.yml b/_config.yml index eae494ec..c10ab88d 100644 --- a/_config.yml +++ b/_config.yml @@ -92,9 +92,9 @@ social: # Analytics analytics: - provider : google # false (default), "google", "google-universal", "custom" + provider : custom # false (default), "google", "google-universal", "" google: - tracking_id : UA-132558656-3 + tracking_id : #UA-132558656-3 anonymize_ip : true # Site Author diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html index c34b97ad..51fa7fbf 100644 --- a/_includes/analytics-providers/custom.html +++ b/_includes/analytics-providers/custom.html @@ -1,3 +1,9 @@ + + + + + \ No newline at end of file diff --git a/_includes/analytics.html b/_includes/analytics.html index ce254b11..47936e05 100644 --- a/_includes/analytics.html +++ b/_includes/analytics.html @@ -10,19 +10,3 @@ {% when "custom" %} {% include /analytics-providers/custom.html %} {% endcase %} - - - - - -{% endif %} \ No newline at end of file