feat: added target to external blog entrys and bsky link
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m16s
Gitea Actions Demo / Upload (push) Successful in 8s

This commit is contained in:
2025-09-30 19:15:03 +02:00
parent 5e145e181b
commit 65a909ffea
3 changed files with 16 additions and 3 deletions

View File

@@ -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>