Skip to content

Commit e201f39

Browse files
committed
Changed blog post links to open on the same tab
1 parent e731f8d commit e201f39

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/BlogPostCard.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<a
1111
class="inline-flex items-center rounded-lg text-gray-900 dark:text-gray-100 hover:underline"
1212
href={post.url}
13-
target="_blank"
14-
rel="noreferrer"
1513
>
1614
{post.frontmatter.title}
1715
<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

Comments
 (0)