Merge pull request #297 from jorge0136/master

Adds timezone
This commit is contained in:
Sharath Kumar 2022-06-23 09:02:55 +05:30 committed by GitHub
commit dd34a8aa21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>