From ceb554831e540ccf842e34fac04ad267f14455c2 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 3 Jan 2012 00:20:32 -0500 Subject: [PATCH] add google analytics --- _includes/google_analytics.html | 11 +++++++++++ _layouts/default.html | 1 + 2 files changed, 12 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..022a5dc --- /dev/null +++ b/_includes/google_analytics.html @@ -0,0 +1,11 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 4e434a9..5bb253d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,5 +32,6 @@ + {% include google_analytics.html %}