From fe664d945bb8417690e1748318d118cd924ba012 Mon Sep 17 00:00:00 2001 From: Thomas George Date: Mon, 13 Jun 2022 15:44:13 -0700 Subject: [PATCH] Adds a timezone to contact sidebar, _data --- _data/data.yml | 1 + _includes/contact.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_data/data.yml b/_data/data.yml index 3dd9c94..99e3a64 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -14,6 +14,7 @@ sidebar: # Sidebar links email: hello@webjeda.com phone: 012 345 6789 + timezone: America/Cancun Timezone citizenship: website: blog.webjeda.com #do not add http:// linkedin: alandoe diff --git a/_includes/contact.html b/_includes/contact.html index c7911cb..e4b2d82 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -19,6 +19,12 @@ {% endif %} + {% if sidebar.timezone %} +
  • + {{ sidebar.timezone }} +
  • + {% endif %} + {% if sidebar.telegram %}
  • {{ sidebar.telegram }}