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

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

View File

@ -1,8 +1,8 @@
--- ---
title: "OurPhone" title: "OurPhone"
description: "" description: ""
date: 2018-09-14 # date: 2018-09-14
updated: 2021-02-20 # updated: 2021-02-20
draft: false draft: false
sort_by: weight sort_by: weight
weight: 1 weight: 1

View File

@ -8,11 +8,8 @@ extra:
imgPath: "" imgPath: ""
--- ---
- [OURPHONE]("/")
- [BUYNOW]("/buynow") - [BUYNOW]("/buynow")
- [SPECS]("/specs") - [SPECS]("/specs")
- [INFO]("/blog")
- [PRODUCTS]("/products")
- [TECHNOLOGY]("/technology")
- [PEOPLE]("https://www.threefold.io/people/")
- [OURVERSE]("https://ourverse.tf/")

View File

@ -15,7 +15,7 @@
{% set footer_class = config.extra.footer_class | default(value='') %} {% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class }}"> <div class="{{ footer_class }}">
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #} {# <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> </div>
{% endif %} {% endif %}
</footer> </footer>