From 0a308a6b6d6f8a745045fae53d65fd815d917626 Mon Sep 17 00:00:00 2001 From: Eugene Bannykh Date: Thu, 22 Aug 2019 15:06:12 -0500 Subject: [PATCH] Add GTM tag in order to verify site in GSC Putting this in the highest place after the opening `` tag per GTM requirements. --- _includes/layout/site-nav.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_includes/layout/site-nav.html b/_includes/layout/site-nav.html index da6ab851d8e..7db988722f1 100644 --- a/_includes/layout/site-nav.html +++ b/_includes/layout/site-nav.html @@ -1,3 +1,10 @@ +{% if site.environment == "public" %} + + + +{% endif %} +