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
|
# Sidebar links
|
||||||
email: hello@webjeda.com
|
email: hello@webjeda.com
|
||||||
phone: 012 345 6789
|
phone: 012 345 6789
|
||||||
|
timezone: America/Cancun Timezone
|
||||||
citizenship:
|
citizenship:
|
||||||
website: blog.webjeda.com #do not add http://
|
website: blog.webjeda.com #do not add http://
|
||||||
linkedin: alandoe
|
linkedin: alandoe
|
||||||
|
@ -19,6 +19,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if sidebar.timezone %}
|
||||||
|
<li class="timezone"><i class="fas fa-clock"></i>
|
||||||
|
<a href="">{{ sidebar.timezone }}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if sidebar.telegram %}
|
{% if sidebar.telegram %}
|
||||||
<li class="telegram"><i class="fab fa-telegram"></i>
|
<li class="telegram"><i class="fab fa-telegram"></i>
|
||||||
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>
|
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user