Add privacy policy links to Social News Aggregator cards #1857
@ -69,6 +69,15 @@
|
||||
<i class="fas fa-external-link-alt fa-fw"></i>
|
||||
Website
|
||||
</a>
|
||||
{% if include.privacy-policy %}
|
||||
<a
|
||||
href="{{include.privacy-policy}}"
|
||||
rel="noopener"
|
||||
class="btn btn-warning mt-1 mr-1">
|
||||
<i class="fas fa-book fa-fw"></i>
|
||||
Privacy Policy
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if include.forum %}
|
||||
<a
|
||||
href="{{include.forum}}"
|
||||
|
@ -9,6 +9,7 @@ title="Aether"
|
||||
image="/assets/img/svg/3rd-party/aether.svg"
|
||||
description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Aether is a free and open-source</a> decentralized social news aggregator with a built-in voting system.'
|
||||
website="https://getaether.net/"
|
||||
privacy-policy="https://getaether.net/privacypolicy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-aether/1256"
|
||||
github="https://github.com/nehbit/aether"
|
||||
windows="https://getaether.net/download/"
|
||||
@ -21,6 +22,7 @@ title="Tildes"
|
||||
image="/assets/img/svg/3rd-party/tildes.svg"
|
||||
description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.'
|
||||
website="https://tildes.net"
|
||||
privacy-policy="https://docs.tildes.net/policies/privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-tildes/1257"
|
||||
gitlab="https://gitlab.com/tildes/tildes"
|
||||
web="https://tildes.net"
|
||||
@ -31,6 +33,7 @@ title="Raddle"
|
||||
image="/assets/img/png/3rd-party/raddle.png"
|
||||
description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
|
||||
website="https://raddle.me"
|
||||
privacy-policy="https://raddle.me/wiki/privacy_policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-raddle/1258"
|
||||
gitlab="https://gitlab.com/postmill/"
|
||||
web="https://raddle.me"
|
||||
|
Reference in New Issue
Block a user