fix blog and add image

This commit is contained in:
2023-08-01 12:39:05 +03:00
parent cd65a1fd86
commit 02cf08c9cd
3 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 OurPhone
The Latest from OurWorld
{% if taxonomy == "categories" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}