From 48f44ad5ace595a712803b60ea83fbc740f960cd Mon Sep 17 00:00:00 2001 From: Dhaval Kapil Date: Sat, 16 Aug 2014 00:20:43 +0530 Subject: [PATCH] Added google analytics --- _includes/google_analytics.html | 15 +++++++++++++++ _layouts/layout.html | 2 ++ 2 files changed, 17 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..2024553 --- /dev/null +++ b/_includes/google_analytics.html @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/_layouts/layout.html b/_layouts/layout.html index c229217..88c6481 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -10,6 +10,8 @@ + {% include google_analytics.html %} + {% include footer.html %}