rebrand to Ourworld Free Zone

This commit is contained in:
sasha-astiadi
2023-08-14 16:40:30 +02:00
parent 0a20935bbf
commit 042e858de6
5 changed files with 16 additions and 16 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 OurWorld
The Latest from Ourworld Free Zone
{% if taxonomy == "categories" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}

View File

@@ -15,7 +15,7 @@
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class }}">
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
<p class="text-center">OurWorld Digital Free Zone | All Rights Reserved 2023</p>
<p class="text-center">Ourworld Free Zone | All Rights Reserved 2023</p>
</div>
{% endif %}
</footer>