new page when social link is clicked
All checks were successful
Build / build-deploy (push) Successful in 18s
All checks were successful
Build / build-deploy (push) Successful in 18s
This commit is contained in:
parent
e2131fc896
commit
c1dffd3f5a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
{% if SOCIAL %}
|
||||
<div class="dropdown-divider my-5"></div>
|
||||
{% for name, link in SOCIAL %}
|
||||
<a rel="me" href="{{ link }}" class="dropdown-item">
|
||||
<a rel="me" href="{{ link }}" class="dropdown-item" target="_blank">
|
||||
<i class="fab fa-{{ name.lower() }} " aria-hidden="true"></i> {{ name }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue