Fix links

This commit is contained in:
samaradel
2022-07-21 20:15:07 +02:00
parent e96d9177e8
commit c75207afcc
2 changed files with 9 additions and 7 deletions

View File

@@ -9,7 +9,9 @@
</div>
<div class="mb-4">
{% if base is containing("www_threefold_io") %}
<img class="mx-auto sm:w-1/2 lg:w-full" src="www_threefold_io/images/cloud_header_seprated.png" alt="TF Cloud" />
{% set path = base ~ '/' ~ 'images/cloud_header_seprated.png' %}
<img class="mx-auto sm:w-1/2 lg:w-full" src="{{path}}" alt="TF Cloud" />
{% else %}
<img class="mx-auto sm:w-1/2 lg:w-full" src="images/cloud_header_seprated.png" alt="TF Cloud" />
{% endif %}