Skip to content

Commit 547691b

Browse files
committed
make external links target _blank
1 parent cc45826 commit 547691b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/Footer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<div class="flex space-x-6 md:order-2">
7979
<a
8080
href="https://twitter.com/lukeocodes"
81+
target="_blank"
8182
class="text-gray-400 hover:text-gray-300"
8283
>
8384
<span class="sr-only">Twitter</span>
@@ -89,6 +90,7 @@
8990
</a>
9091
<a
9192
href="https://github.com/lukeocodes/nuxt-starter-netlify-cms"
93+
target="_blank"
9294
class="text-gray-400 hover:text-gray-300"
9395
>
9496
<span class="sr-only">GitHub</span>

0 commit comments

Comments
 (0)