Add citizenship to sidebar

This commit is contained in:
afornio
2022-01-25 09:49:45 -03:00
parent a7f442c7d5
commit 90f8601391
2 changed files with 7 additions and 0 deletions

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>