This commit is contained in:
samaradel
2022-07-21 18:47:09 +02:00
parent 58940f62c8
commit 03a742f2d7
3 changed files with 6 additions and 7 deletions

View File

@@ -8,9 +8,8 @@
class="text-5xl font-extrabold uppercase">Store</a>
</div>
<div class="mb-4">
{% if current_url is containing("www_threefold_io")%}
{% set path = "www_threefold_io/images/cloud_header_seprated.png"%}
<img class="mx-auto sm:w-1/2 lg:w-full" src="{{path}}" alt="TF Cloud" />
{% 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" />
{% else %}
<img class="mx-auto sm:w-1/2 lg:w-full" src="images/cloud_header_seprated.png" alt="TF Cloud" />
{% endif %}