Merge branch 'development' into dev_new

This commit is contained in:
sasha-astiadi
2023-08-14 21:10:21 +02:00
committed by GitHub
6 changed files with 33 additions and 17 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
The Latest from Ourworld Free Zone
{% if taxonomy == "categories" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}