From d8f97ba35c11223e00468739be90bc3aabbed4a0 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 3 Feb 2023 18:48:01 +0100 Subject: [PATCH] fixed card i18n link --- src/components/CardEditorial.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/CardEditorial.astro b/src/components/CardEditorial.astro index 1f2afd2..67049b6 100644 --- a/src/components/CardEditorial.astro +++ b/src/components/CardEditorial.astro @@ -1,13 +1,16 @@ --- import ListTags from "./ListTags.astro"; +import { l, astroI18n } from "astro-i18n"; + const { item, routeName } = Astro.props; ---

- {item.data.title}{item.data.title}

{item.data.subtitle}