mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(ads)(WIP) publift
This commit is contained in:
parent
7b819b2cf2
commit
ad24131560
@ -115,6 +115,6 @@ export default {
|
||||
.wrapper-sticky {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: 100px;
|
||||
}
|
||||
</style>
|
||||
|
@ -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: >
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user