Skip to content

Commit 33a4df2

Browse files
committed
cfinsights
1 parent 5d78050 commit 33a4df2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/config/_default/params.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ lqipWidth = "20x"
4848
# Footer
4949
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a> and <a href=\"https://getdoks.org/\">Doks</a>"
5050
copyRight = "Copyright (c) 2021 Amazon"
51-
cloudflareToken: "3a362beadddb423a87cf9174ed4c0a20"
5251

5352
# Alert
5453
alert = true

docs/layouts/partials/footer/alert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<script
55
defer
66
src='https://static.cloudflareinsights.com/beacon.min.js'
7-
data-cf-beacon='{"token": "{{ .Site.Params.cloudflareToken }}"}'
7+
data-cf-beacon='{"token": "3a362beadddb423a87cf9174ed4c0a20"}'
88
></script>

0 commit comments

Comments
 (0)