We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3150c69 commit 545a650Copy full SHA for 545a650
2 files changed
hugo.yml
@@ -67,6 +67,9 @@ params:
67
icons: "https://icons.getbootstrap.com/"
68
swag: "https://cottonbureau.com/people/bootstrap"
69
70
+ analytics:
71
+ fathom_site: "ITUSEYJG"
72
+
73
download:
74
source: "https://github.com/twbs/bootstrap/archive/v5.3.3.zip"
75
dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip"
site/layouts/partials/analytics.html
@@ -1 +1 @@
1
-<script defer src="https://cdn.usefathom.com/script.js" data-site="ITUSEYJG"></script>
+<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ .Site.Params.analytics.fathom_site }}"></script>
0 commit comments