add target blank to external websites

This commit is contained in:
Julien Calixte
2022-11-26 13:28:47 +01:00
parent f7252e6ff8
commit 4b5fb07860

View File

@@ -4,14 +4,17 @@
<ul> <ul>
<li> <li>
<a href="https://litenote.space/">Lite note</a>: highly inspired by <a <a href="https://litenote.space/" target="_blank" rel="noopener noreferrer">Lite note</a>: highly inspired by <a
href="https://notes.andymatuschak.org/About_these_notes">Andy Matuschak notes' website</a>, I wanted to have a href="https://notes.andymatuschak.org/About_these_notes" target="_blank" rel="noopener noreferrer">Andy
Matuschak notes' website</a>, I wanted to have a
clean design where I can explore my notes I take on VS Code. clean design where I can explore my notes I take on VS Code.
</li> </li>
<li><a href="https://www.npmjs.com/package/retrobus">retrobus</a>: an event bus lib I made for fun with a little <li><a href="https://www.npmjs.com/package/retrobus" target="_blank" rel="noopener noreferrer">retrobus</a>: an
event bus lib I made for fun with a little
extra retroactive feature.</li> extra retroactive feature.</li>
<li> <li>
<a href="https://www.npmjs.com/package/vue-pwa-asset-generator">Vue PWA Asset generator</a>: a cli command (now <a href="https://www.npmjs.com/package/vue-pwa-asset-generator" target="_blank" rel="noopener noreferrer">Vue
PWA Asset generator</a>: a cli command (now
a bit out of date) that generates the multiple favicons needed for a Progressive Web App. a bit out of date) that generates the multiple favicons needed for a Progressive Web App.
</li> </li>
</ul> </ul>