Skip to content

Commit 545a650

Browse files
authored
docs: move fathom site to hugo config (#39781)
1 parent 3150c69 commit 545a650

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

hugo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ params:
6767
icons: "https://icons.getbootstrap.com/"
6868
swag: "https://cottonbureau.com/people/bootstrap"
6969

70+
analytics:
71+
fathom_site: "ITUSEYJG"
72+
7073
download:
7174
source: "https://github.com/twbs/bootstrap/archive/v5.3.3.zip"
7275
dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<script defer src="https://cdn.usefathom.com/script.js" data-site="ITUSEYJG"></script>
1+
<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ .Site.Params.analytics.fathom_site }}"></script>

0 commit comments

Comments
 (0)