From 953dfbd9e793ff694e39b737159813ad0d937ef7 Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Thu, 27 Jul 2017 11:27:17 -0700 Subject: [PATCH] Add Google Analytics tracker; apply via templating `include`. new file: docs/_includes/analytics.html modified: docs/_layouts/home.html modified: docs/_layouts/spec.html --- docs/_includes/analytics.html | 10 ++++++++++ docs/_layouts/home.html | 1 + docs/_layouts/spec.html | 1 + 3 files changed, 12 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 0000000..1ecbae6 --- /dev/null +++ b/docs/_includes/analytics.html @@ -0,0 +1,10 @@ + diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 23b441a..69f8de9 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -122,5 +122,6 @@ + {% include analytics.html%} \ No newline at end of file diff --git a/docs/_layouts/spec.html b/docs/_layouts/spec.html index 2d876e9..6e970f2 100644 --- a/docs/_layouts/spec.html +++ b/docs/_layouts/spec.html @@ -36,6 +36,7 @@ {{ content }} +{% include analytics.html%}