Skip to content

Commit 4b6b1fe

Browse files
committed
enable cookie consent in production
1 parent 2a6de56 commit 4b6b1fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config/production/params.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#################### production parameters ############################
2+
# google tag manager, see https://developers.google.com/tag-manager/
3+
google_tag_manager = "" # example: G-XXXXXXXXXX
4+
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
5+
6+
# cookies
7+
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
8+
[cookies]
9+
enable = true

0 commit comments

Comments
 (0)