From a26dcebe9fa510ab7901301ad11818207fcae7e2 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 15 Aug 2023 00:27:31 +0200 Subject: [PATCH] replaced threefold --- templates/partials/newsPosts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/newsPosts.html b/templates/partials/newsPosts.html index b018916..5c50e65 100644 --- a/templates/partials/newsPosts.html +++ b/templates/partials/newsPosts.html @@ -7,7 +7,7 @@ {% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} {% set category = path_array[2] %} - The Latest from ThreeFold + The Latest from OurWorld Free Zone {% if taxonomy == "news-category" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %}