From 2d1babc452115b4a46453922198beb8e2863d39f Mon Sep 17 00:00:00 2001 From: hallowf Date: Thu, 4 Jul 2019 15:51:31 +0100 Subject: [PATCH] Replaced old script for analytics with gtag --- _includes/head.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 13cdbaf..6636f0f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,17 @@ + {% if site.ga_tracking != nil %} + + + + {% endif %} + {% if site.plugins.jekyll-seo == nil %} {{ page.title }} - {{ site.title }} @@ -14,15 +25,6 @@ - {% if site.ga_tracking != nil %} - - - {% endif %} - {% if site.search_enabled != nil %} {% endif %}