Remove mentions of ThreeFold in blogs

This commit is contained in:
2023-09-05 11:24:52 +02:00
parent 94e6463da7
commit 8c0f731c7f
7 changed files with 13 additions and 37 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
The Latest from FreeFlow
{% if taxonomy == "news-category" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}