Skip to content

Commit 3b4c39a

Browse files
committed
add rel noopener external links
1 parent 41f6a71 commit 3b4c39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</p>
1212

1313
<p class="home-links">
14-
<a href="https://gridsome.org/docs" target="_blank">Gridsome Docs</a>
15-
<a href="https://github.com/gridsome/gridsome" target="_blank">GitHub</a>
14+
<a href="https://gridsome.org/docs" target="_blank" rel="noopener">Gridsome Docs</a>
15+
<a href="https://github.com/gridsome/gridsome" target="_blank" rel="noopener">GitHub</a>
1616
</p>
1717

1818
</Layout>

0 commit comments

Comments
 (0)