rebrand to Ourworld Free Zone
This commit is contained in:
@@ -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 %}
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user