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

Version Path
slow-steps-1.0.8 _includes/cookie-consent.html
slow-steps-1.0.6 _includes/cookie-consent.html
slow-steps-1.0.5 _includes/cookie-consent.html
slow-steps-1.0.4 _includes/cookie-consent.html
slow-steps-1.0.3 _includes/cookie-consent.html
slow-steps-1.0.2 _includes/cookie-consent.html
slow-steps-1.0.1 _includes/cookie-consent.html
slow-steps-1.0.0 _includes/cookie-consent.html
slow-steps-0.4.14 _includes/cookie-consent.html
slow-steps-0.4.13 _includes/cookie-consent.html
slow-steps-0.4.12 _includes/cookie-consent.html
slow-steps-0.4.11 _includes/cookie-consent.html
slow-steps-0.4.10 _includes/cookie-consent.html
slow-steps-0.4.9 _includes/cookie-consent.html
slow-steps-0.4.8 _includes/cookie-consent.html
slow-steps-0.4.7 _includes/cookie-consent.html
slow-steps-0.4.6 _includes/cookie-consent.html
slow-steps-0.4.5 _includes/cookie-consent.html
slow-steps-0.4.4 _includes/cookie-consent.html
slow-steps-0.4.3 _includes/cookie-consent.html