Adds a timezone to contact sidebar, _data

This commit is contained in:
Thomas George 2022-06-13 15:44:13 -07:00
parent 934c8c3313
commit fe664d945b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -19,6 +19,12 @@
</li>
{% endif %}
{% if sidebar.timezone %}
<li class="timezone"><i class="fas fa-clock"></i>
<a href="">{{ sidebar.timezone }}</a>
</li>
{% endif %}
{% if sidebar.telegram %}
<li class="telegram"><i class="fab fa-telegram"></i>
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>