Skip to content

Commit c92f2f2

Browse files
committed
Make navbar icons open links in new tabs
1 parent bd42ea0 commit c92f2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flask_app/templates/layout/_header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<a href="mailto:[email protected]">
4545
<i class="nav-icon d-none d-md-block bi-envelope-at-fill" style="font-size: 2rem; color: white;"></i>
4646
</a>
47-
<a href="https://linkedin.com/in/alec-delaney">
47+
<a href="https://linkedin.com/in/alec-delaney" target="_blank">
4848
<i class="nav-icon d-none d-md-block bi-linkedin" style="font-size: 2rem; color: white;"></i>
4949
</a>
50-
<a href="https://github.com/tekktrik">
50+
<a href="https://github.com/tekktrik" target="_blank">
5151
<i class="nav-icon d-none d-md-block bi-github" style="font-size: 2rem; color: white;"></i>
5252
</a>
5353
</div>

0 commit comments

Comments
 (0)