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:
2019-03-31 23:31:36 -05:00
parent de1a70b5dd
commit 4e1ea7f0a5
38 changed files with 136 additions and 136 deletions

View File

@ -6,7 +6,7 @@
<div class="row mb-2">
{% include card.html color="success"
title="Mobile: Signal"
image="assets/img/tools/Signal.png"
image="/assets/img/tools/Signal.png"
url="https://signal.org"
footer="OS: Android, iOS, macOS, Windows, Linux"
description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling.
@ -16,7 +16,7 @@
{% include card.html color="primary"
title="Wire"
image="assets/img/tools/wire.png"
image="/assets/img/tools/wire.png"
url="https://get.wire.com"
footer="OS: Android, iOS, macOS, Windows, Linux, Web"
description="Wire is an app developed by Wire Swiss GmbH.
@ -27,7 +27,7 @@
{% include card.html color="warning"
title="Linphone"
image="assets/img/tools/Linphone.png"
image="/assets/img/tools/Linphone.png"
url="https://www.linphone.org/"
footer="OS: iOS, Android, Windows Phone, Linux, Windows, macOS, Browser (Web)"
description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."