From d1bbe677060beb455faa28d214f98bbc4a37e49b Mon Sep 17 00:00:00 2001 From: samtaggart Date: Wed, 6 Mar 2024 14:48:21 +0300 Subject: [PATCH] Update newsroom & blog headlines --- templates/partials/blogPosts.html | 2 +- templates/partials/newsPosts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/blogPosts.html b/templates/partials/blogPosts.html index 715d454b2..1283a3b8a 100644 --- a/templates/partials/blogPosts.html +++ b/templates/partials/blogPosts.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 + ThreeFold stories and project info {% if taxonomy == "categories" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %} diff --git a/templates/partials/newsPosts.html b/templates/partials/newsPosts.html index b018916b9..42ba162b5 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 + News and updates from the ecosystem {% if taxonomy == "news-category" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %}