From 4f8f4d434dcf34f3d4c1a40fb5f1c1571287159d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 10 Jul 2017 19:17:58 +0100 Subject: [PATCH] Add Google Analytics --- _config.yml | 1 + _includes/analytics.html | 10 ++++++++++ _layouts/default.html | 1 + 3 files changed, 12 insertions(+) create mode 100644 _includes/analytics.html diff --git a/_config.yml b/_config.yml index 0f43f71..e563174 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ description: > An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification. author: Jim Myhrberg +hostname: commonflow.org url: https://commonflow.org current_version: 1.0.0-rc.2 diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..b945624 --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,10 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 3cc7444..9fcd603 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,5 +44,6 @@ {% js main %} + {% include analytics.html %}