Sha256: 62a4c5f504dd8e85ba209d0f11f12d0135b45bda4b2551388a2feec5413848a9
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
<!-- This is where we put scripts for managing cookie consent This is placed before /body along with _include/scripts.html --> <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script> <script> window.cookieconsent.initialise({ "palette": { "popup": { "background": "rgba(40, 40, 40, .8)", "text": "#ffffff" }, "button": { "background": "rgba(144, 0, 0, .9)" } }, "theme": "edgeless", "position": "bottom-left", "content": { "message": "This website is cooking up cookies. Whoa there", "dismiss": "I eat cookies for breakfast!", "link": "tell me more!", "href": "/privacy-policy/##cookies", "target": "_self" } }); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | _includes/cookie-consent.html |