Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPC-4181 Tealium updates to static site #130

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _includes/_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<!-- Tealium Tag Manager - SYNC -->
{% if jekyll.environment == 'prod' %}
<script src="https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/prod/utag.sync.js"></script>
<script src="https://tealium-tags.cms.gov/cms-dpc/prod/utag.sync.js"></script>
{% elsif jekyll.environment == 'stage' %}
<script src="https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/qa/utag.sync.js"></script>
<script src="https://tealium-tags.cms.gov/cms-dpc/qa/utag.sync.js"></script>
{% else %}
<script src="https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/dev/utag.sync.js"></script>
<script src="https://tealium-tags.cms.gov/cms-dpc/dev/utag.sync.js"></script>
{% endif %}

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
Expand Down
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
(function(a,b,c,d){
var src_url = '';
{% if jekyll.environment == 'prod' %}
src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/prod/utag.js';
src_url = 'https://tealium-tags.cms.gov/cms-dpc/prod/utag.js';
{% elsif jekyll.environment == 'stage' %}
src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/qa/utag.js';
src_url = 'https://tealium-tags.cms.gov/cms-dpc/qa/utag.js';
{% else %}
src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/dev/utag.js';
src_url = 'https://tealium-tags.cms.gov/cms-dpc/dev/utag.js';
{% endif %}
a=src_url;b=document;c='script';d=b.createElement(c);
d.src=a;d.type='text/java'+c;d.async=true;
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was marked as deprecated and no longer used.

services:
static_site:
build:
Expand Down
Loading