Skip to content

Commit

Permalink
Cookie consent
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 28, 2018
1 parent 3229dc2 commit c91852b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/layouts/partials/gfooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ <h2>Some of our users</h2>
<script src="{{"/js/jquery-2.x.min.js" | relURL}}"></script>
<script src="{{"js/bootstrap-3.0.3.min.js" | relURL}}"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#252e39"
},
"button": {
"background": "#14a7d0"
}
}
})
});
</script>
</body>

</html>

0 comments on commit c91852b

Please sign in to comment.