diff --git a/_includes/cookie-consent.html b/_includes/cookie-consent.html new file mode 100644 index 0000000..3354bef --- /dev/null +++ b/_includes/cookie-consent.html @@ -0,0 +1,47 @@ + +
+ diff --git a/_includes/head.html b/_includes/head.html index 266b398..7a2601d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -33,7 +33,6 @@ var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['requireConsent']); - _paq.push(['rememberConsentGiven']) _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { diff --git a/_layouts/default.html b/_layouts/default.html index 8cceaf0..bc64e1c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,7 @@ {% include footer.html %} + {% include cookie-consent.html %}