From edf54fd2c3e410138b4a4e9c4e8d41bd63e9eb83 Mon Sep 17 00:00:00 2001 From: MEspositoE14s <133133846+MEspositoE14s@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:43:08 -0400 Subject: [PATCH] DPC-4181 Tealium updates to static site (#130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🎫 Ticket https://jira.cms.gov/browse/DPC-4181 ## 🛠 Changes Updated Tealium scripts in the static site. ## ℹ️ Context The BlastX team asked us to update the Tealium scripts we use in the static site. See https://github.com/CMSgov/dpc-app/pull/2282 for dpc-web update. ## 🧪 Validation - Ran the site locally and verified the new scripts were called. - Pushed to stage environment, and currently awaiting validation from the BlastX team that the new scripts are doing what they want. This will not be merged until they sign off. --- _includes/_head.html | 6 +++--- _layouts/default.html | 6 +++--- docker-compose.yml | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/_includes/_head.html b/_includes/_head.html index 27137547..1605bdb2 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -6,11 +6,11 @@ {% if jekyll.environment == 'prod' %} - + {% elsif jekyll.environment == 'stage' %} - + {% else %} - + {% endif %}