From ec7a107416cc32dbb36c4259263a1a4a3d42fdfa Mon Sep 17 00:00:00 2001 From: Logan Bertram Date: Tue, 26 Nov 2024 12:07:51 -0500 Subject: [PATCH] BB2-3390: Implement privacy modal (#386) * Implement privacy modal * Improve tealium handling * Fixed staging tealium url * Fixed urls * Fixed typo * Moved to async load in body * Add to top of body --- _config.yml | 3 +++ _includes/footer.html | 21 +++++++++++++++++++++ _includes/head.html | 2 -- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1effc374..fed87c17 100644 --- a/_config.yml +++ b/_config.yml @@ -70,3 +70,6 @@ codebooks: rda_api: layout: rda_api_variable.html csv_file_key: rda_api_data_dictionary + +tealium_env: "development" +tealium_url: "https://tealium-tags.cms.gov/cms-bluebutton/dev/utag.sync.js" diff --git a/_includes/footer.html b/_includes/footer.html index 9603202a..419e3c8c 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -42,9 +42,30 @@
Additional resources
  • Plain Writing
  • USA.gov
  • CMS Privacy Policy
  • +
  • Privacy Settings
  • CMS/HHS Vulnerability Disclosure Policy
  • + + {% if site.tealium_env == "prod" %} + + {% elsif site.tealium_env == "staging" %} + + {% else %} + + {% endif %} diff --git a/_includes/head.html b/_includes/head.html index 926d9a1d..b0642c8e 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -36,6 +36,4 @@ - -