(ads)(WIP) publift

This commit is contained in:
Andrea Vos 2023-09-15 11:28:27 +02:00
parent 7b819b2cf2
commit ad24131560
3 changed files with 3 additions and 13 deletions

View File

@ -115,6 +115,6 @@ export default {
.wrapper-sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
top: 100px;
}
</style>

View File

@ -1175,7 +1175,7 @@ privacy:
whose privacy policy is available {https://www.publift.com/privacy-policy=here}.
It uses cookies that enable it to serve ads to our users based on previous visits to our site and other sites.
You may opt out of personalised advertising by not giving your consent when prompted
by using the button below.
by clicking this link:
logsBackups: >
Logs and backups are stored for no longer than 18 months.
gdpr: >

View File

@ -29,15 +29,11 @@
<p><T>privacy.content.hCaptcha</T></p>
<p v-if="config.ads && config.ads.enabled">
<T>privacy.content.publift</T>
<div data-fuse-privacy-tool></div>
<T>privacy.content.gtm</T>
</p>
<p><T>privacy.content.logsBackups</T></p>
<p><T>privacy.content.gdpr</T></p>
<template v-if="config.ads && config.ads.enabled">
<hr/>
<div data-fuse-privacy-tool></div>
</template>
</Page>
</template>
@ -50,9 +46,3 @@ export default {
},
}
</script>
<style lang="scss">
#fuse-privacy-tool {
font-size: 0.5rem;
}
</style>