Open resume and github in new tab

This commit is contained in:
Sharwin24 2025-01-14 11:20:16 -06:00
parent c03b2be16c
commit 48617c843b

View file

@ -134,7 +134,7 @@
{{ range $customMenus }}
{{ if (not .hideFromNavbar) }}
<li class="nav-item">
<a class="nav-link" href="{{ .url }}">{{ .name }}</a>
<a class="nav-link" href="{{ .url }}" target="_blank">{{ .name }}</a>
</li>
{{ end }}
{{ end }}