From f3b801e268faa73f6f1575670f209ab6af57101c Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 20 Oct 2017 14:41:20 +0200 Subject: [PATCH] Use Tag Manager instead of Analytics This commit replaces Google Analytics with Tag Manager in the official start.spring.io service instance. The code section has been moved from the end of the body to the end of the head section. Closes gh-525 --- .../src/main/resources/templates/home.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/initializr-web/src/main/resources/templates/home.html b/initializr-web/src/main/resources/templates/home.html index 62136a0e..d956259c 100644 --- a/initializr-web/src/main/resources/templates/home.html +++ b/initializr-web/src/main/resources/templates/home.html @@ -8,6 +8,13 @@ + {{#trackingCode}} + + {{/trackingCode}}
@@ -173,15 +180,5 @@ -{{#trackingCode}} - -{{/trackingCode}}