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="VeraCrypt - Disk Encryption"
|
||||
image="assets/img/tools/VeraCrypt.png"
|
||||
image="/assets/img/tools/VeraCrypt.png"
|
||||
url="https://veracrypt.fr/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="GNU Privacy Guard - Email Encryption"
|
||||
image="assets/img/tools/GnuPG.png"
|
||||
image="/assets/img/tools/GnuPG.png"
|
||||
url="https://gpgtools.org/"
|
||||
footer="OS: Windows, macOS, Linux, Android, BSD."
|
||||
description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="PeaZip - File Archive Encryption"
|
||||
image="assets/img/tools/PeaZip.png"
|
||||
image="/assets/img/tools/PeaZip.png"
|
||||
url="http://www.peazip.org/"
|
||||
footer="OS: Windows, Linux, BSD."
|
||||
description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume
|
||||
|
Reference in New Issue
Block a user