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 +- src/layouts/BlogSingleLayout.astro | 4 +-- src/layouts/HomePageLayout.astro | 43 +++++++++++++++++++-------------- src/layouts/Layout.astro | 4 +-- src/layouts/PortfolioListLayout.astro | 14 +++++------ src/layouts/PortfolioSingleLayout.astro | 2 +- 6 files changed, 38 insertions(+), 31 deletions(-) (limited to 'src/layouts') 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 && (