Skip to content

Commit

Permalink
Remove antiquidated GA code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy1026 committed Oct 7, 2024
1 parent 44784f2 commit 76d1070
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
20 changes: 0 additions & 20 deletions _includes/google_analytics.html

This file was deleted.

1 change: 0 additions & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<html lang="en">
<head>
{% include google_analytics.html %}
{% include osc_analytics.html %}
{% include dap.html %}
<meta charset="utf-8">
Expand Down
1 change: 0 additions & 1 deletion _layouts/not_found.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<html lang="en" class="not-found">
<head>
{% include google_analytics.html %}
{% include osc_analytics.html %}
{% include dap.html %}
<meta charset="utf-8">
Expand Down
1 change: 0 additions & 1 deletion spec/page.md_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def redirect_page?(path)
end

it 'includes analytics tags' do
expect(doc.to_s).to include('https://www.google-analytics.com/analytics.js')
expect(doc.to_s).to include('https://dap.digitalgov.gov')
expect(doc.to_s).to include('https://www.googletagmanager.com/gtag/js')
end
Expand Down

0 comments on commit 76d1070

Please sign in to comment.