test cloud imgs

This commit is contained in:
samaradel
2022-07-21 17:52:32 +02:00
parent 4dd58ad026
commit 72a21c1539

View File

@@ -9,7 +9,8 @@
</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 %}