forked from hero/www_hero_project
EDIT OW
This commit is contained in:
parent
2b410e369e
commit
ea3c46c928
@ -7,7 +7,7 @@
|
|||||||
{% set path_array = current_path | split(pat="/") %}
|
{% set path_array = current_path | split(pat="/") %}
|
||||||
{% set taxonomy = path_array[1] %}
|
{% set taxonomy = path_array[1] %}
|
||||||
{% set category = path_array[2] %}
|
{% set category = path_array[2] %}
|
||||||
The Latest from OurWorld Free Zone
|
The Latest from TF9
|
||||||
{% if taxonomy == "news-category" %} -
|
{% if taxonomy == "news-category" %} -
|
||||||
{{category | replace(from='-', to=' ' ) | title}}
|
{{category | replace(from='-', to=' ' ) | title}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
|
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<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 %}
|
{% for page in term.pages %}
|
||||||
{% include "partials/pageBox.html"%}
|
{% include "partials/pageBox.html"%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user