From 111934558e53ed6ac4893b12ef77687ce427b784 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Mon, 21 Jan 2019 12:36:05 +0100 Subject: [PATCH] Add google analytics --- _config.yml | 2 ++ _includes/head.html | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/_config.yml b/_config.yml index e90c681f0f..1077dda58e 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,8 @@ exclude: - Gemfile.lock - .gitignore +google_analytics: UA-131485733-1 + defaults: - scope: diff --git a/_includes/head.html b/_includes/head.html index b85659cd06..fb6cabcd0e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,6 +4,21 @@ Go Ethereum + {% if site.google_analytics %} + + + + {% endif %} +