diff --git a/_includes/card.html b/_includes/card.html index ee729bcd..c6d0e0e7 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -10,15 +10,21 @@
{{include.description}}
- {% if include.website %}
- {{include.website}}
- {% else %}
- Website: {{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
+
+ Website:
+ {% if include.website %}
+ {{include.website}}
+ {% else %}
+ {{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
+ {% endif %}
+
+ {% if include.tor %}
+
{% endif %}
-
{{include.footer}}
+ {% if include.footer %} +{{include.footer}}
+ {% endif %}OnionShare is an open source tool that lets you securely and anonymously share a file of any size.
- It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet.
-
- Website: onionshare.org
-
-
-
OS: Windows, macOS, Linux.
-