From f401565a231aa0b0878e52ff26fb5a72f39c2902 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 21 Dec 2015 21:49:38 -0500 Subject: [PATCH] Add GA support. --- _includes/google-analytics.html | 10 ++++++++++ _includes/head.html | 1 + 2 files changed, 11 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..4f8528f --- /dev/null +++ b/_includes/google-analytics.html @@ -0,0 +1,10 @@ + diff --git a/_includes/head.html b/_includes/head.html index e91b781..f945a7e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,4 +7,5 @@ + {% include google-analytics.html %}