From 105128c5af8dcc43c4fd47e9a5ce433cd9dd9c5e Mon Sep 17 00:00:00 2001 From: samtaggart Date: Wed, 2 Oct 2024 16:16:09 +0300 Subject: [PATCH] Small language change --- 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 c8269c1f7..6a1967bc7 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] %} - News and updates since January 2024 + Key News and Updates {% if taxonomy == "news-category" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %}