mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
13 lines
354 B
HTML
13 lines
354 B
HTML
|
<script src="{{ site.url }}/assets/vendor/cupcakes-3.1.0.min.js"></script>
|
||
|
|
||
|
<script>
|
||
|
window.addEventListener("load", function(){
|
||
|
window.cupcakeconsent.initialise({
|
||
|
"content": {
|
||
|
"message": "Just so you know, this website uses cookies.",
|
||
|
"dismiss": "<span>👍</span> Got it!",
|
||
|
"link": "What are cookies?"
|
||
|
}
|
||
|
})});
|
||
|
</script>
|