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="CryptPad"
|
||||
image="assets/img/provider/CryptPad.png"
|
||||
image="/assets/img/provider/CryptPad.png"
|
||||
|
||||
description="CryptPad is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor browser."
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Etherpad"
|
||||
image="assets/img/tools/Etherpad.png"
|
||||
image="/assets/img/tools/Etherpad.png"
|
||||
url="https://etherpad.org/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc. <a href=https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad>Sites That Run Etherpad</a>"
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Write.as"
|
||||
image="assets/img/tools/WriteAs.png"
|
||||
image="/assets/img/tools/WriteAs.png"
|
||||
url="https://write.as/"
|
||||
tor="http://writeas7pm7rcdqg.onion"
|
||||
footer="OS: Windows, macOS, Linux, Android, iOS, Chrome OS, Web."
|
||||
|
Reference in New Issue
Block a user