This commit is contained in:
samaradel
2022-07-21 18:30:31 +02:00
parent 72a21c1539
commit 493c6637e7
5 changed files with 20 additions and 12 deletions

View File

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