forked from robert/robertjohnson.work
Merge pull request #269 from AFornio/feat/add_citizenship_to_sidebar
Add citizenship to sidebar
This commit is contained in:
commit
0dde93d5da
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user