Skip to content

Commit

Permalink
fix: friend link a tag target typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu010722 authored and Stark-X committed Nov 13, 2022
1 parent 5b2cc16 commit 398d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/base-profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% for (name in theme.friends) { %>
<% if(theme.friends[name]) { %>
<span>
<a href="<%- theme.friends[name] %>" target="_black"><%- name %></a>
<a href="<%- theme.friends[name] %>" target="_blank"><%- name %></a>
</span>
<% } %>
<% } %>
Expand Down

0 comments on commit 398d143

Please sign in to comment.