Skip to content

Commit

Permalink
Add citizenship to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
AFornio committed Jan 25, 2022
1 parent a7f442c commit 90f8601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sidebar:
# Sidebar links
email: [email protected]
phone: 012 345 6789
citizenship:
website: blog.webjeda.com #do not add http://
linkedin: alandoe
xing: alandoe
Expand Down
6 changes: 6 additions & 0 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 90f8601

Please sign in to comment.