This commit is contained in:
2024-08-20 15:02:04 +02:00
parent 2b410e369e
commit ea3c46c928
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}
{% set category = path_array[2] %}
The Latest from OurWorld Free Zone
The Latest from TF9
{% if taxonomy == "news-category" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}