Skip to content

Commit

Permalink
should open project link in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
anhtuank7c committed Feb 8, 2025
1 parent faecb96 commit 623dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="section-title">
<span>Link</span>
<ul>
{% for href in project.link %}
<li><a href="{{ href }}">{{ href }}</a></li>
<li><a href="{{ href }}" target="_blank">{{ href }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand Down

0 comments on commit 623dc97

Please sign in to comment.