We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e731f8d commit e201f39Copy full SHA for e201f39
1 file changed
src/components/BlogPostCard.svelte
@@ -10,8 +10,6 @@
10
<a
11
class="inline-flex items-center rounded-lg text-gray-900 dark:text-gray-100 hover:underline"
12
href={post.url}
13
- target="_blank"
14
- rel="noreferrer"
15
>
16
{post.frontmatter.title}
17
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ml-1 h-4 w-4"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>
0 commit comments