diff --git a/_config.yml b/_config.yml index 2a473b2..c3a0a3e 100644 --- a/_config.yml +++ b/_config.yml @@ -46,6 +46,8 @@ plugins: pinpost: ["A Freebie's Resource List (Mostly Related to Programming)", "An Absolute Beginners' Complete Web Development Resource List"] +google_analytics: UA-126718538-1 + # Default settings defaults: - diff --git a/_includes/analytics.html b/_includes/analytics.html deleted file mode 100644 index 66fe9c5..0000000 Binary files a/_includes/analytics.html and /dev/null differ diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html new file mode 100644 index 0000000..e9afb20 --- /dev/null +++ b/_includes/google-analytics.html @@ -0,0 +1,12 @@ + + diff --git a/_layouts/default.html b/_layouts/default.html index a456e98..58e141b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,9 +15,6 @@ {%- include footer.html -%} - {%- if jekyll.environment == 'production' -%} - {%- include analytics.html -%} - {%- endif -%}