Update newsroom & blog headlines

This commit is contained in:
samtaggart
2024-03-06 14:48:21 +03:00
parent bd89c42179
commit d1bbe67706
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 ThreeFold
ThreeFold stories and project info
{% if taxonomy == "categories" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}

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
News and updates from the ecosystem
{% if taxonomy == "news-category" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}