fix: add disclaimer

resolves https://codeberg.org/zyachel/quetre/issues/31
This commit is contained in:
zyachel 2024-04-18 23:43:00 +05:30
parent 1c4acac99f
commit 69f464d7f7
2 changed files with 8 additions and 3 deletions

View file

@ -259,6 +259,7 @@ Following extensions can be used to automatically redirect Quora URLs to Quetre:
A userscript that redirects popular social media platforms to their privacy respecting frontends.
- Other addons with similar functionality:
- [Dynamic Privacy Redirect](https://github.com/PrivacyDevel/DPR-addon)
- [Alter](https://github.com/w3bdev1/alter)
@ -316,3 +317,9 @@ Send a message on [\[matrix\]](https://matrix.to/#/@ninal:matrix.org) or go old
## License
Licensed under [GNU AGPLv3](./LICENSE).
---
## Disclaimer
*Quetre does not host any content. All content is from Quora. Quora is a tradmark of Quora Inc.*

View file

@ -16,6 +16,4 @@ footer.footer(class=`${meta.title ==='About' ? 'footer__about' : ''}`)
li.footer__nav-item: a.footer__nav-link.footer__link(href="#") Back to top
//- LICENSE
p.footer__license Licensed under 
a.footer__link(href="https://www.gnu.org/licenses/agpl-3.0.html") GNU AGPLv3
| .
em.footer__license Quetre does not host any content. All content is from Quora. Quora is a tradmark of Quora Inc.