From 0235bc28120775f80619b47e8c53b8c5f3dd8669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Demirel?= Date: Sun, 29 Mar 2026 20:42:30 +0300 Subject: [PATCH] feat: add tag description and article excerpt to tags pages --- src/pages/en/tags/[slug].astro | 83 ++++++++++++++++------------------ src/pages/tags/[slug].astro | 16 +++---- 2 files changed, 46 insertions(+), 53 deletions(-) diff --git a/src/pages/en/tags/[slug].astro b/src/pages/en/tags/[slug].astro index 4cfb46b..04ce875 100644 --- a/src/pages/en/tags/[slug].astro +++ b/src/pages/en/tags/[slug].astro @@ -23,12 +23,7 @@ const tagArticles = allArticles.filter( ) --- - + -