Skip to content

Commit

Permalink
Merge pull request #12 from reichlab/bs/add-stats-counter/10
Browse files Browse the repository at this point in the history
Add counter javascript to each page on the site
  • Loading branch information
bsweger authored Feb 27, 2025
2 parents 57bfb89 + e668217 commit dae99ad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions site-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
---
hub: "cdcepi/FluSight-forecast-hub/"
title: "FluSight Forecast Hub Dashboard"
html:
include-after-body:
- text: |
<!-- Default Statcounter code for CDC FluSight Hub Dashboard https://reichlab.io/flusight-dashboard/ -->
<script type="text/javascript">
var sc_project=13093554;
var sc_invisible=1;
var sc_security="e010bf14";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/13093554/0/e010bf14/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</script>

0 comments on commit dae99ad

Please sign in to comment.