Skip to content

Commit f022347

Browse files
committed
update
1 parent a70ac5b commit f022347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/contributors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ul class="contributors">
44
<a v-for="item in list"
55
class="contributor"
6-
:href="'https://github.com/' + item.github">
6+
:href="'https://github.com/' + item.github" target="_blank">
77
<img class="contributor__img" :src="'https://github.com/' + item.github + '.png?size=64'" />
88
<p v-text="item.github" style="margin: 0;"></p>
99
</a>

0 commit comments

Comments
 (0)