From 05974c377c6de1a03e490d85d2891e1222066d09 Mon Sep 17 00:00:00 2001 From: Jared Dominguez Date: Thu, 22 Dec 2016 16:19:10 -0800 Subject: [PATCH] Add analytics script --- docs/_includes/analytics.html | 7 +++++++ docs/_includes/head.html | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 docs/_includes/analytics.html diff --git a/docs/_includes/analytics.html b/docs/_includes/analytics.html new file mode 100644 index 000000000..0cdbad25d --- /dev/null +++ b/docs/_includes/analytics.html @@ -0,0 +1,7 @@ + + + diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 80ae0323a..e4d432e12 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -13,3 +13,5 @@ + +{% if jekyll.environment == "production" %}{% include analytics.html %}{% endif %}