Compare commits

...

2 Commits

Author SHA1 Message Date
Bea 0fc2172f49 Update version to 0.1.3 2021-06-19 18:49:47 +02:00
Bea 1020207759 Edit cookie popup message 2021-06-19 18:49:40 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.1.2",
"version": "0.1.3",
"engines": {
"ghost-api": "v3"
},

View File

@ -1,8 +1,10 @@
<div class="mind-policy-popup" id="mind-policy-popup">
<h4>This website uses cookies.</h4>
<p>Cookies are used for functionality and statistics.
<p>Cookies are used for functionality and anonymous stats.
<br>
By continuing, you agree with the <a href="/policy" target="_blank">Privacy Policy</a>.
</p>
<button onclick="giveConsent()">Ok, understood</button>
</div>