]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/Navbar.vue
Adding missing rel attribute on links.
[github/bastienwirtz/homer.git] / src / components / Navbar.vue
index a64ff3b96c595025ff4d94dae22ba6367e2856df..d3ceaf89aa068152fbfd489321ca8620cc2df223 100644 (file)
@@ -20,6 +20,7 @@
           <div class="navbar-start">
             <a
               class="navbar-item"
+              rel="noreferrer"
               v-for="link in links"
               :key="link.url"
               :href="link.url"