Change all asset links
Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Mastodon"
|
||||
image="assets/img/tools/Mastodon.png"
|
||||
image="/assets/img/tools/Mastodon.png"
|
||||
url="https://social.privacytools.io/"
|
||||
website="social.privacytools.io"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup.'
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="diaspora*"
|
||||
image="assets/img/tools/diaspora.png"
|
||||
image="/assets/img/tools/diaspora.png"
|
||||
url="https://diasporafoundation.org/"
|
||||
description="diaspora* is based on three key philosophies: Decentralization, freedom and privacy. It is intended to address privacy concerns related to centralized social
|
||||
networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data."
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Friendica"
|
||||
image="assets/img/tools/Friendica.png"
|
||||
image="/assets/img/tools/Friendica.png"
|
||||
url="https://friendi.ca/"
|
||||
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently,
|
||||
Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
|
Reference in New Issue
Block a user