replaced threefold

This commit is contained in:
sasha-astiadi 2023-08-15 00:27:31 +02:00
parent 790374e7f6
commit a26dcebe9f

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 ThreeFold
The Latest from OurWorld Free Zone
{% if taxonomy == "news-category" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}