update header & footer
Some checks are pending
www2.ourphone.tf / Deploy (push) Waiting to run

This commit is contained in:
2024-11-05 12:33:27 +02:00
parent ae034f0935
commit 65b47454d7
3 changed files with 6 additions and 9 deletions

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">&#169; Ourphone&trade; All Rights Reserved 2022</p>
<p class="text-center">&#169; Ourphone&trade; All Rights Reserved 2024</p>
</div>
{% endif %}
</footer>