diff --git a/src/pages/[locale]/news/[id].astro b/src/pages/[locale]/news/[id].astro index c723b7b..363856c 100644 --- a/src/pages/[locale]/news/[id].astro +++ b/src/pages/[locale]/news/[id].astro @@ -61,18 +61,6 @@ const excerpt = words.join(' ') + (words.length === 35 ? '...' : ''); {post.data.gallery?.length ? ( ) : post.data.thumbnail ? ({post.data.title} ) : null} - {post.data.tags && post.data.tags.length > 0 && ( -
-
- {post.data.tags.map((tag: string) => ( - - {tag} - - ))} -
-
- )} -