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:
@ -4,7 +4,7 @@
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Tor Browser"
|
||||
image="assets/img/tools/Tor-Project.png"
|
||||
image="/assets/img/tools/Tor-Project.png"
|
||||
url="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion"
|
||||
footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, <a href="https://www.torproject.org/docs/android.html.en">Android</a>, <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>'
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Mozilla Firefox"
|
||||
image="assets/img/tools/Firefox.png"
|
||||
image="/assets/img/tools/Firefox.png"
|
||||
url="https://www.firefox.com/"
|
||||
footer="OS: Windows, macOS, Linux, Android, iOS, BSD."
|
||||
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
@ -23,7 +23,7 @@
|
||||
{% include card.html color="warning"
|
||||
title="Brave"
|
||||
labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons."
|
||||
image="assets/img/tools/Brave.png"
|
||||
image="/assets/img/tools/Brave.png"
|
||||
url="https://www.brave.com/"
|
||||
footer="OS: Windows, macOS, Linux, Android, iOS."
|
||||
description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium."
|
||||
|
Reference in New Issue
Block a user