Sha256: cbb6ebc982aeef5bc11cde170f011845306e2d1877fe9d3179f35284ee566c68
Contents?: true
Size: 556 Bytes
Versions: 22
Compression:
Stored size: 556 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({ "theme": "block", "position": "top", "content": { "message": "{{ site.cookieconsent.message }}", "dismiss": "{{ site.cookieconsent.button }}", "link": "Tell me more.", "href": "/privacy-policy/#cookies", "target": "_self" } }); </script>
Version data entries
22 entries across 22 versions & 1 rubygems