feat: added target to external blog entrys and bsky link
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</p>
|
||||
</div>
|
||||
{#each blogs as blog (blog.src)}
|
||||
<a href={blog.src} class="blog-entry">
|
||||
<a href={blog.src} target={blog.src_target} class="blog-entry">
|
||||
<div>
|
||||
<h4>{blog.title}</h4>
|
||||
<p>{blog.desc}</p>
|
||||
|
||||
Reference in New Issue
Block a user