forked from robert/robertjohnson.work
Adds a timezone to contact sidebar, _data
This commit is contained in:
parent
934c8c3313
commit
fe664d945b
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user