Add privacy policy links to Social News Aggregator cards #1857

Merged
nitrohorse merged 2 commits from add-privacy-policies-for-social-news-aggregators into master 2020-04-26 16:17:17 +00:00
2 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,15 @@
<i class="fas fa-external-link-alt fa-fw"></i> <i class="fas fa-external-link-alt fa-fw"></i>
Website Website
</a> </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 %} {% if include.forum %}
<a <a
href="{{include.forum}}" href="{{include.forum}}"

View File

@ -9,6 +9,7 @@ title="Aether"
image="/assets/img/svg/3rd-party/aether.svg" 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.' 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/" website="https://getaether.net/"
privacy-policy="https://getaether.net/privacypolicy/"
forum="https://forum.privacytools.io/t/discussion-aether/1256" forum="https://forum.privacytools.io/t/discussion-aether/1256"
github="https://github.com/nehbit/aether" github="https://github.com/nehbit/aether"
windows="https://getaether.net/download/" windows="https://getaether.net/download/"
@ -21,6 +22,7 @@ title="Tildes"
image="/assets/img/svg/3rd-party/tildes.svg" 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>.' 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" website="https://tildes.net"
privacy-policy="https://docs.tildes.net/policies/privacy-policy"
forum="https://forum.privacytools.io/t/discussion-tildes/1257" forum="https://forum.privacytools.io/t/discussion-tildes/1257"
gitlab="https://gitlab.com/tildes/tildes" gitlab="https://gitlab.com/tildes/tildes"
web="https://tildes.net" web="https://tildes.net"
@ -31,6 +33,7 @@ title="Raddle"
image="/assets/img/png/3rd-party/raddle.png" image="/assets/img/png/3rd-party/raddle.png"
description="Raddle is a public Postmill instance focused on privacy and anti-censorship." description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
website="https://raddle.me" website="https://raddle.me"
privacy-policy="https://raddle.me/wiki/privacy_policy"
forum="https://forum.privacytools.io/t/discussion-raddle/1258" forum="https://forum.privacytools.io/t/discussion-raddle/1258"
gitlab="https://gitlab.com/postmill/" gitlab="https://gitlab.com/postmill/"
web="https://raddle.me" web="https://raddle.me"