From 64efb46768fb47a5cb514719a93abb8cb186b5e0 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 28 Aug 2022 18:27:54 +0200 Subject: [PATCH] Fix cloud header --- templates/shortcodes/cloud_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}