From 83c1346791a7cdc272040ac3fe68e85464af7349 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 24 Mar 2014 00:51:10 +0400 Subject: [PATCH] added google analytics --- _includes/google_analytics.html | 9 +++++++++ _layouts/default.html | 1 + 2 files changed, 10 insertions(+) create mode 100644 _includes/google_analytics.html diff --git a/_includes/google_analytics.html b/_includes/google_analytics.html new file mode 100644 index 0000000..2022444 --- /dev/null +++ b/_includes/google_analytics.html @@ -0,0 +1,9 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 9e685b5..32bb8e3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,7 @@ + {% include google_analytics.html %} {% if page.share == true %} {% include header_sharethis.html %} {% endif %}