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 45285b9 commit 5d78050Copy full SHA for 5d78050
docs/config/_default/params.toml
@@ -48,6 +48,7 @@ lqipWidth = "20x"
48
# Footer
49
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a> and <a href=\"https://getdoks.org/\">Doks</a>"
50
copyRight = "Copyright (c) 2021 Amazon"
51
+cloudflareToken: "3a362beadddb423a87cf9174ed4c0a20"
52
53
# Alert
54
alert = true
docs/layouts/partials/footer/alert.html
@@ -1,3 +1,8 @@
1
<div class="alert alert-primary fixed-bottom text-center" role="alert">
2
{{ .Site.Params.alertText | safeHTML }}
3
-</div>
+</div>
4
+<script
5
+ defer
6
+ src='https://static.cloudflareinsights.com/beacon.min.js'
7
+ data-cf-beacon='{"token": "{{ .Site.Params.cloudflareToken }}"}'
8
+></script>
0 commit comments