···3030 <h1>{{ note.title }}</h1>
3131 <p class="remanso-note">
3232 This is the raw version of the article. To get the rich content, get to my
3333- <a :href="note.canonicalUrl">Remanso space</a>.
3333+ <a :href="note.canonicalUrl" target="_blank" rel="noopener noreferrer"
3434+ >Remanso space</a
3535+ >.
3436 </p>
3537 <article v-html="textContent"></article>
3638 </pub-layout>