Skip to content

Commit 37b69d8

Browse files
committed
site: tweaked layout and options for cookie consent popup
1 parent e098464 commit 37b69d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/layouts/partials/hooks/head-end.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
<script>
77
window.addEventListener('load', function(){
88
window.cookieconsent.initialise({
9-
revokeBtn: "<div class='cc-revoke'></div>",
10-
type: "opt-in",
11-
theme: "classic",
129
palette: {
1310
popup: {
1411
background: "#000",
@@ -19,7 +16,8 @@
1916
text: "#000"
2017
}
2118
},
22-
content: {
19+
position: "bottom-right",
20+
content: {
2321
link: "Read more",
2422
href: "https://kopia.io/docs/privacy-policy/"
2523
},

0 commit comments

Comments
 (0)