Skip to content

Commit

Permalink
Removed google analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfields committed Sep 21, 2023
1 parent 5f6daba commit 5180f9e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions themes/pgsite/templates/base.mako
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ from pathlib import Path
<% css = Path(site.site_dir + '/build_assets/min.css').read_text() %>
${css}
</style>
% if site.environment == 'prod':
<meta name=\"google-site-verification\" content=\"h9pxP5_cbPYfxaHUtlg4XGHgB_WR9G2pmapS8qShDSM\" />
<script type=\"text/javascript\">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9947760-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
% endif
</head>
<body>
<div id="page">
Expand Down

0 comments on commit 5180f9e

Please sign in to comment.