Small language change

This commit is contained in:
samtaggart
2024-10-02 16:16:09 +03:00
parent 9db80ab13a
commit 105128c5af

View File

@@ -7,7 +7,7 @@
{% set path_array = current_path | split(pat="/") %} {% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %} {% set taxonomy = path_array[1] %}
{% set category = path_array[2] %} {% set category = path_array[2] %}
News and updates since January 2024 Key News and Updates
{% if taxonomy == "news-category" %} - {% if taxonomy == "news-category" %} -
{{category | replace(from='-', to=' ' ) | title}} {{category | replace(from='-', to=' ' ) | title}}
{% endif %} {% endif %}