Merge pull request #269 from AFornio/feat/add_citizenship_to_sidebar

Add citizenship to sidebar
This commit is contained in:
sharath Kumar 2022-02-07 12:15:15 +05:30 committed by GitHub
commit 0dde93d5da
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
citizenship:
website: blog.webjeda.com #do not add http://
linkedin: alandoe
xing: alandoe

View File

@ -13,6 +13,12 @@
</li>
{% endif %}
{% if sidebar.citizenship %}
<li class="phone"><i class="fas fa-passport"></i>
<a href="">{{ sidebar.citizenship }}</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>