diff --git a/templates/shortcodes/cloud_header.html b/templates/shortcodes/cloud_header.html index 2b26d47bc..65bffb179 100644 --- a/templates/shortcodes/cloud_header.html +++ b/templates/shortcodes/cloud_header.html @@ -8,12 +8,12 @@ class="text-5xl font-extrabold uppercase">Store
- {% if base is containing("www_threefold_io") %} + {% if 'www_threefold_io' in base %} {% set path = base ~ '/' ~ 'images/cloud_header_seprated.png' %} TF Cloud {% else %} - TF Cloud + TF Cloud {% endif %}