From a2992b2a38cd236693211cd791e162719f43f9d9 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 14 Jul 2025 16:34:22 +0200 Subject: Fix links and improve descriptions across blog and portfolio layouts --- src/layouts/BlogListLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layouts/BlogListLayout.astro') diff --git a/src/layouts/BlogListLayout.astro b/src/layouts/BlogListLayout.astro index 4ad72ea..be40a74 100644 --- a/src/layouts/BlogListLayout.astro +++ b/src/layouts/BlogListLayout.astro @@ -93,7 +93,7 @@ const schema = { const tagsAttribute = postTags.join(','); return (
  • - {post.data.title} + {post.data.title} {postTags.length > 0 && (