new page when social link is clicked
All checks were successful
Build / build-deploy (push) Successful in 18s

This commit is contained in:
Stephan Hadan 2025-01-27 04:35:54 +01:00
parent e2131fc896
commit c1dffd3f5a

View file

@ -82,7 +82,7 @@
{% if SOCIAL %} {% if SOCIAL %}
<div class="dropdown-divider my-5"></div> <div class="dropdown-divider my-5"></div>
{% for name, link in SOCIAL %} {% 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 }} <i class="fab fa-{{ name.lower() }} " aria-hidden="true"></i> {{ name }}
</a> </a>
{% endfor %} {% endfor %}