2016-11-09 13:28:49 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" />
|
|
|
|
<script async src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.js"></script>
|
|
|
|
<script>
|
|
|
|
window.addEventListener("load", function(){
|
|
|
|
window.cookieconsent.initialise({
|
|
|
|
"palette": {
|
|
|
|
"popup": {
|
|
|
|
"background": "#edeff5",
|
|
|
|
"text": "#838391"
|
|
|
|
},
|
|
|
|
"button": {
|
|
|
|
"background": "#4b81e8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"theme": "classic",
|
|
|
|
"position": "top",
|
|
|
|
"content": {{ dict "message" "This website uses cookies." "href" (.Site.Params.cookie_consent_info_url | absURL) | jsonify | safeJS }}
|
|
|
|
})});
|
2016-11-04 15:59:29 +01:00
|
|
|
</script>
|