Last active
May 22, 2024 19:41
-
-
Save Chuvisco88/2b446a5c9190b77b41eaafab358223ec to your computer and use it in GitHub Desktop.
An approach on how to add cookie consent to a jekyll page
Can we pass liquid
site variables to https://gist.github.com/Chuvisco88/2b446a5c9190b77b41eaafab358223ec#file-jekyll-cookie-consent-html-L30 like {{ site.ga }}
?
@inetbiz should be very much possible given you are using jekyll, yes
@andreyka26-git you are mistaken, it is possible to disable the ip lookups. Have a look at https://github.com/osano/cookieconsent for reference of the options that can be passed with window.cookieconsent.initialise
sorry you are right, I misconfigured it. Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Chuvisco88 Thanks!