main #1

Merged
sashaastiadi merged 38 commits from tf9/www_tf9_new:main into development 2024-08-20 13:17:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ea3c46c928 - Show all commits

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

View File

@ -19,7 +19,7 @@
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
</div>
<hr />
<h3 class="text-black text-lg">{{term.name}} @ Ourworld</h3>
<h3 class="text-black text-lg">{{term.name}} @ TF9</h3>
{% for page in term.pages %}
{% include "partials/pageBox.html"%}
{% endfor %}