Skip to content

Commit

Permalink
add rel noopener external links
Browse files Browse the repository at this point in the history
  • Loading branch information
hjvedvik committed Feb 2, 2019
1 parent 41f6a71 commit 3b4c39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</p>

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

</Layout>
Expand Down

0 comments on commit 3b4c39a

Please sign in to comment.