We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70ac5b commit f022347Copy full SHA for f022347
themes/vue/layout/partials/contributors.ejs
@@ -3,7 +3,7 @@
3
<ul class="contributors">
4
<a v-for="item in list"
5
class="contributor"
6
- :href="'https://github.com/' + item.github">
+ :href="'https://github.com/' + item.github" target="_blank">
7
<img class="contributor__img" :src="'https://github.com/' + item.github + '.png?size=64'" />
8
<p v-text="item.github" style="margin: 0;"></p>
9
</a>
0 commit comments